-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (55 loc) · 1.44 KB
/
Copy pathindex.html
File metadata and controls
67 lines (55 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html>
<html >
<head>
<meta charset="<? bloginfo('charset'); ?>">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=
Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i|
Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i
" rel="stylesheet">
</head>
<body>
<div class="header-container">
<div class="header large-shadow">
<span class="brand">
<a href="#">
<img src="img/fpress-logo.svg" height="35px">
<p class="brand-description">Documentação</p>
</a>
</span>
</div>
</div>
<div class="section-a large-shadow">
<nav class="navbar">
<ul>
<li><a href="#">Introdução</a></li>
</ul>
<ul>
<li><a href="#projeto">O Projeto</a></li>
</ul>
<ul>
<li><a href="#links">Links Úteis</a></li>
</ul>
<ul>
<li><a href=""></a></li>
</ul>
<ul>
<li><a href=""></a></li>
</ul>
</nav>
</div>
<div class="section-b">
<div class="container">
<center>
Carregando...
</center>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/ajax.js"></script>
</body>
</html>