-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 1.91 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Echoes - Free HTML Bootstrap Template</title>
<!-- Css -->
<link href="templates/echoes1/css/bootstrap.css" rel="stylesheet">
<link href="templates/echoes1/css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default color-fill navbar-fixed-top">
<div class="col-md-12">
<div class="nav">
<button class="btn-nav">
<span class="icon-bar top"></span>
<span class="icon-bar middle"></span>
<span class="icon-bar bottom"></span>
</button>
</div>
<a class="navbar-brand" href="index.html">
<img class="logo" src="templates/echoes1/img/logo.png" alt="logo">
</a>
<div class="nav-content hideNav hidden">
<center><ul class="nav-list vcenter"><br><br><br><br><br><br><br><br><br><br><br>
[[NAVIGATION]]
</ul></center>
</div>
</div>
</nav>
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-12">
[[CONTENTS]]
<br><br></div>
<div class="row margin-top-45">
[[footer.txt]]
</div>
</section>
<!-- script -->
<script src="templates/echoes1/js/jquery.js"></script>
<script src="templates/echoes1/js/bootstrap.min.js"></script>
<script src="templates/echoes1/js/modernizr.js"></script>
<script src="templates/echoes1/js/script.js"></script>
</body>
</html>