-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·50 lines (45 loc) · 1.98 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>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<nav class="clearfix">
<h1>WG Project</h1>
<ul class="nav">
<li><a href="#">Clicking Links</a></li>
<li><a href="#">Is Such A</a></li>
<li><a href="#">Good Time</a></li>
<li><a href="#">But Where Do</a></li>
<li><a href="#">They All Go?</a></li>
</ul>
</nav>
<header>
<h1>Hi! <small>I'm a test page.</small></h1>
<p>I'd really love to fit snuggly within on a mobile screen.</p>
</header>
<div class="body">
<div id="map-canvas" class="main-google-map"></div>
</div>
<footer>
<!-- I don't have any feet... -->
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="js/main.js"></script>
</body>
</html>