-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
37 lines (31 loc) · 1.27 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>311 FM</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.ie.css" />
<![endif]-->
<!-- Application styles. -->
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="stylesheet" href="/assets/css/index.css">
<script src="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.js"></script>
<script src="/assets/js/libs/wax.leaf.min.js"></script>
<script src="/assets/js/libs/Control.Center.js"></script>
</head>
<body>
<!-- Main container. -->
<div role="main" id="main"></div>
<!-- Application source. -->
<script data-main="/app/config" src="/assets/js/libs/require.js"></script>
<!-- Get Satisfaction widget -->
<div id="getsat-widget-1751"></div>
<script type="text/javascript" src="https://loader.engage.gsfn.us/loader.js"></script>
<script type="text/javascript">
if (typeof GSFN !== "undefined") { GSFN.loadWidget(1751,{"containerId":"getsat-widget-1751"}); }
</script>
</body>
</html>