forked from vanwars/fdc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (27 loc) · 1.42 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-8">
<title>$5 Challenge</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//api.tiles.mapbox.com/mapbox.js/v1.4.0/mapbox.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel=stylesheet type="text/css" href="css/style.css" />
<link rel=stylesheet type="text/css" href="css/leaflet.css" />
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<div class="map-page"></div>
<div class="splash-page"></div>
<!-- footer -->
<div id="bottom-nav">
<!-- span class="lg">
<img src="assets/lg-logo-circle-100.png" />
Local Ground
</span -->
<span id="social-media-cta">Can you find a $5 meal? Tweet or instagram us a photo #5dollarchallenge</span>
</div>
<script data-main="js/require-config.js" src="js/external/require.js"></script>
</body>
</html>