-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (52 loc) · 2 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="ie6" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="ie7" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="ie8" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Untitled Document</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/css/main.css" type="text/css" rel="stylesheet" />
<link href="assets/css/normalize.css" type="text/css" rel="stylesheet" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header role="banner">
<section class="wrapper">
<h1>Site Starter<small>let's begin</small></h1>
</section>
</header>
<nav role="navigation">
<section class="wrapper">
<ul id="nav-main">
<li class="active"><a href="#" title="link">link</a></li>
<li><a href="#" title="link">link</a></li>
<li><a href="#" title="link">link</a></li>
<li><a href="#" title="link">link</a></li>
<li><a href="#" title="link">link</a></li>
</ul>
</section>
</nav>
<main role="main">
<section class="wrapper">
<h2>Main Section</h2>
<p>Main section of the site</p>
</section>
</main>
<footer role="footer">
<section class="wrapper">
<p>powered by earth, fire, wind, water and heart</p>
</section>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.js"></script>
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-1.10.2.min.js">\x3C/script>')</script>
<script src="assets/scripts/main.js"></script>
</body>
</html>