-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.98 KB
/
Copy pathindex.html
File metadata and controls
39 lines (36 loc) · 1.98 KB
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
<!DOCTYPE html>
<html lang="en" data-bs-theme="auto">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Interactive map for WeGo Public Transit buses and trains, provided by Transit Now Nashville." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@transitnownash" />
<meta name="twitter:title" content="WeGo Transit Map" />
<meta name="twitter:description" content="Interactive map for WeGo Public Transit buses and trains, provided by Transit Now Nashville." />
<meta name="twitter:image" content="https://raw.githubusercontent.com/transitnownash/wego-bus-map/main/screenshot.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="WeGo Transit Map" />
<meta property="og:description" content="Interactive map for WeGo Public Transit buses and trains, provided by Transit Now Nashville." />
<meta property="og:site_name" content="WeGo Transit Map" />
<meta property="og:url" content="https://map.transitnownash.org/" />
<meta property="og:image" content="https://raw.githubusercontent.com/transitnownash/wego-bus-map/main/screenshot.png" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>WeGo Transit Map</title>
</head>
<body>
<noscript>
<div style="font-family: sans-serif; text-align:center;">
<img src="/logo192.png" alt="Bus Icon" />
<h1>You're missing out!</h1>
<p>In order to view the transit map and other pages, you must have JavaScript enabled on your browser.</p>
<p><a href="/">Reload Application</a></p>
</div>
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>