forked from rojr/MourneQuest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
30 lines (30 loc) · 991 Bytes
/
map.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
<!DOCTYPE>
<html>
<head>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" />
<link rel="stylesheet" href="jquery.mob.css" />
<script src="jquery.min.js"></script>
<script src="jquery.mob.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
<script src="quest.js"></script>
</head>
<body>
<div data-role="header" data-position="fixed">
<h1> MourneQuest! </h1>
</div>
<div id="map" style="width: 700px; height: 500px"></div>
<div>
<p class="text">hey</p>
</div>
<div data-role="footer" style="overflow:hidden;" data-position="fixed">
<div data-role="navbar">
<ul>
<li><a href="/index.html">Homepage</a></li>
<li><a href="#">Clues!</a></li>
<li><a href="#">Map!</a></li>
</ul>
</div>
</div>
</body>
</html>