-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
49 lines (44 loc) · 2.87 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
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="GIS,Durham County,parks,libraries,schools,environment,impervious surface,floodplain,zoning,assessment,tax,photos,government">
<meta name="author" content="DataWorks NC with Research Action Design">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Durham Neighborhood Compass</title>
<!-- chrome theme color -->
<meta name="theme-color" content="#1676D2">
<!-- favicon -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/img/icons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/icons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/icons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/icons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/img/icons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/img/icons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="/img/icons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/img/icons/favicon-16x16.png" sizes="16x16" />
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#1676D2">
<link rel="shortcut icon" href="/img/icons/favicon.ico">
<meta name="application-name" content="Durham Neighborhood Compass"/>
<meta name="msapplication-TileColor" content="#DEDEDE" />
<meta name="msapplication-TileImage" content="/img/icons/mstile-144x144.png" />
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Durham Neighborhood Compass">
<link rel="apple-touch-icon-precomposed" href="/img/icons/ios-desktop.png">
<!-- Intl polyfill, @see https://github.com/andyearnshaw/Intl.js/ -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en,Intl.~locale.es"></script>
</head>
<body style="background-color: #ccc; margin:0; padding:0;" class="v-theme--light">
<noscript>
<strong>We're sorry but the Durham Neighborhood Compass doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script>window.global = window;</script>
<script type="module" src="/src/main.js"></script>
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</body>
</html>