-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
20 lines (20 loc) · 998 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="./icons/favicon.png">
<meta name="description" content="indoor= is a map that display indoor data from OpenStreetMap">
<meta property="og:type" content="website">
<meta property="og:url" content="https://indoorequal.org/">
<meta property="og:title" content="indoor=">
<meta property="og:description" content="indoor= is a map that display indoor data from OpenStreetMap">
<title>indoor=</title>
<script async defer data-domain="indoorequal.org" src="https://plausible.io/js/plausible.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="js/index.js"></script>
</body>
</html>