forked from klojniewski/sasserplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (59 loc) · 2.48 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
51
52
53
54
55
56
57
58
59
<!doctype html>
<!--[if lt IE 7]> <html lang="" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Home Page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="static/css/main.min.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="static/js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<header class="sec--head">
<div class="inner">
<h1>SASSERPLATE</h1>
<nav>
<ul>
<li>
<a href="#">Link 01</a>
</li>
<li>
<a href="#">Link 02</a>
</li>
<li>
<a href="#">Link 03</a>
</li>
</ul>
</nav>
</div>
</header>
<main class="sec--content">
<div class="inner">
<h2>Page Content</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
</p>
</div>
</main>
<footer class="sec--foot">
<div class="inner">
<p>
© 2015
</p>
</div>
</footer>
<script src="static/js/vendor/jquery.js"></script>
<script src="static/js/plugins.min.js"></script>
<script src="static/js/main.js"></script>
</body>
</html>