forked from dartmouth-cs52/git-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (29 loc) · 1.75 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>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<script src="//code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="//unpkg.com/[email protected]/dist/leaflet.css" />
<script src="//unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="//unpkg.com/[email protected]/dist/leaflet.markercluster.js"></script>
<link rel="stylesheet" href="//unpkg.com/[email protected]/dist/MarkerCluster.Default.css" />
<script src="vendor/leaflet-markercluster.placementstrategies.js"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link rel="stylesheet" href="vendor/leaflet-easy-button.css" />
<link rel="stylesheet" href="vendor/leaflet-tag-filter-button.css" />
<script src="vendor/leaflet-easy-button.js"></script>
<script src="vendor/leaflet-tag-filter-button.js"></script>
<link rel="stylesheet" href="vendor/ripple.min.css" />
<script src="//cdn.rawgit.com/saribe/eModal/master/dist/eModal.min.js"></script>
<link rel="stylesheet" href="main.css" />
<title>Dartmouth CS Map!</title>
</head>
<body>
<div id="map"></div>
<script src="main.js"></script>
</body>
</html>