-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (22 loc) · 851 Bytes
/
index.html
File metadata and controls
29 lines (22 loc) · 851 Bytes
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>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Protect Pure Michigan</title>
<meta name="viewport" content="width=device-width">
<script src='http://api.tiles.mapbox.com/mapbox.js/v1.5.0/mapbox.js'></script>
<link href='http://api.tiles.mapbox.com/mapbox.js/v1.5.0/mapbox.css' rel='stylesheet' />
<script src='parcels.js'></script>
<script src='state_parcels.js'></script>
<script src='kent_county.js'></script>
<script src="js/l.control.geosearch.js"></script>
<script src="js/l.geosearch.provider.google.js"></script>
<link rel="stylesheet" href="css/l.geosearch.css" />
<link rel="stylesheet" href="css/map.css">
</head>
<body>
<div id="map"></div>
</body>
<script src="js/map.js"></script>
</html>