-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (23 loc) · 992 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Should I Run?</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/spinner.css">
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyBnKY7DHsBXsUSFd0imeI526cNE9h5IpUY"></script>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,700italic|Lobster|Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<!-- Firebase -->
<script src="https://cdn.firebase.com/js/client/1.0.17/firebase.js"></script>
<script type='text/javascript'
src='https://cdn.firebase.com/js/simple-login/1.6.1/firebase-simple-login.js'>
</script>
<meta name="viewport" content="width = device-width">
</head>
<body>
<section id="should" />
<script src="js/bundle.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
</body>
</html>