forked from khkyler/sfCrime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 721 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB9X-oQevbo0iuV_ir16TclH14eRwf1ydU">
</script>
<link rel='stylesheet' type='css' href='styles.css'>
</head>
<body>
<div id="filter"></div>
<div class='map-container'>
<div id="map-canvas"></div>
</div>
<script src="https://cdn.firebase.com/js/client/2.0.6/firebase.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="d3.js" charset="utf-8"></script>
<script src='underscore.js'></script>
<script src='sfCrime.js'></script>
<script src='stats.js'></script>
</body>
</html>