-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html.orig
28 lines (27 loc) · 1.24 KB
/
index.html.orig
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
<!DOCTYPE html>
<html>
<head>
<title>Fail2map</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.ie.css" />
<![endif]-->
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div id="map"></div>
<a href="https://github.com/mvonthron/fail2map">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub">
</a>
<script async src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="http://code.jquery.com/jquery-1.7.1.min.js"><\/script>');</script>
<script src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet-src.js"></script>
<script src="js/leaflet.label.js"></script>
<script src="js/leaflet-providers.js"></script>
<script src="js/heatmap.js"></script>
<script src="js/heatmap-leaflet.js"></script>
<script src="js/QuadTree.js"></script>
<script src="js/maps.js"></script>
</body>
</html>