-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.42 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
<!DOCTYPE html lang="en-UK">
<html>
<head>
<meta charset="utf-8">
<title>Fast Food Map</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="static/css/main.css" />
<script src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.ie.css" />
<![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.js"></script>
<script src="static/js/main.js" async defer></script>
</head>
<body>
<div class="wrapper">
<header>
<h1>Fast Food Map</h1><small>Fastfood locations</small>
</header>
<section class="content">
<div id="map"></div>
<small class="attribution">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a>
<!-- <div class="licetext">
</div> -->
<div>
The repository can be found on <a href="https://github.com/hard-work-aunts/patrick-hausmann" target="_blank">Github.</a>
The code based on the <a href="https://github.com/domoritz/watermap" target="_blank">Watermap project.</a>
</div>
</small>
</section>
</div>
</body>
</html>