-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (32 loc) · 1.38 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
39
40
41
42
43
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=yes">
<html>
<head profile="http://www.w3.org/2005/10/profile">
<title>The Iron Yard Crowdsourced Lunch & Drink Favorites</title>
<link rel="icon"
type="image/png"
href="http://mollietaylor.com/favicon.png">
<!-- Leaflet -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
<![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<!-- Tabletop -->
<script type="text/javascript" src="plugins/tabletop.js"></script>
<!-- Font Awesome -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Awesome Markers -->
<link rel="stylesheet" type="text/css" href="plugins/awesome-markers/leaflet.awesome-markers.css">
<script type="text/javascript" src="plugins/awesome-markers/leaflet.awesome-markers.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="marta-stations.js"></script>
<!-- Google Analytics -->
<script type="text/javascript" src="analytics.js"></script>
</head>
<body>
<div id="map"></div>
<script type="text/javascript" src="map.js"></script>
</body>
</html>