forked from openinframap/openinframap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Open Infrastructure Map</title>
<meta property="og:title" content="Open Infrastructure Map" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@openinframap" />
<meta name="twitter:creator" content="@russss" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Map of the world's electricity, telecoms, oil, and gas infrastructure, using data from OpenStreetMap"
/>
<meta
property="og:description"
content="Map of the world's electricity, telecoms, oil, and gas infrastructure, using data from OpenStreetMap"
/>
<link rel="me" href="https://en.osm.town/@OpenInfraMap" />
<link rel="canonical" href="https://openinframap.org" />
</head>
<body>
<noscript>You must have Javascript enabled to view Open Infrastructure Map</noscript>
<div id="container" style="display: none">
<header>
<h1>Open Infrastructure Map</h1>
<nav>
<ul>
<li><a href="/about">about</a></li>
<li><a href="/stats">stats</a></li>
<li><a href="https://www.infrageomatics.com/products/osm-export" target="_blank">exports</a></li>
</ul>
</nav>
</header>
<div id="map"></div>
</div>
<script type="module" src="/src/index.ts"></script>
</body>
</html>