mapcomplete/index.html

70 lines
2.2 KiB
HTML
Raw Normal View History

2020-06-23 22:35:19 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2020-06-23 22:35:19 +00:00
<title>MapComplete</title>
2020-07-25 16:00:08 +00:00
<link rel="stylesheet" href="./vendor/leaflet.css"/>
2020-06-23 22:35:19 +00:00
<link rel="stylesheet" href="./index.css"/>
2020-07-24 23:07:02 +00:00
<link rel="manifest" href="./manifest.webmanifest">
2020-07-25 16:00:08 +00:00
<!-- $$$OG-META -->
2020-07-24 13:58:11 +00:00
2020-07-25 16:00:08 +00:00
<!--
2020-07-24 13:58:11 +00:00
<meta property="og:image" content="https://buurtnatuur.be/assets/BuurtnatuurFront.jpg">
<meta property="og:type" content="website">
<meta property="og:title" content="Buurtnatuur.be - samen natuur in kaart brengen">
<meta property="og:description"
content="Met deze tool kan je natuur in je buurt in kaart brengen en meer informatie geven over je favoriete plekje">
2020-07-25 16:00:08 +00:00
<meta property="og:image" content="/assets/bike/cyclofix.jpeg"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Cyclofix - a map for and by cyclists"/>
<meta property="og:description"
content="With this tool, cyclists can contribute to a map of cycling infrastructure"/>
-->
2020-06-23 22:35:19 +00:00
</head>
<body>
<div id="messagesboxmobilewrapper">
<div id="messagesboxmobile-scroll">
<div id="messagesboxmobile"></div>
</div>
<div id="to-the-map">
Loading... If this message persists, check if javascript is enabled and if no extension (uMatrix) is
blocking it.
</div>
</div>
2020-06-23 22:35:19 +00:00
<div id="topleft-tools">
2020-07-15 11:15:36 +00:00
<div id="userbadge-and-search">
2020-07-25 16:00:08 +00:00
<div id="userbadge" class="shadow">
2020-07-16 07:25:20 +00:00
Loading... If this message persists, check if javascript is enabled and if no extension (uMatrix) is
blocking it.
2020-07-01 00:12:33 +00:00
</div>
2020-07-25 16:00:08 +00:00
<div id="searchbox" class="shadow"></div>
2020-06-23 22:35:19 +00:00
</div>
2020-07-23 23:12:57 +00:00
<div id="messagesbox"></div>
2020-07-25 16:00:08 +00:00
<br/>
<div id="help-button-mobile"></div>
2020-06-23 22:35:19 +00:00
</div>
2020-07-22 09:01:25 +00:00
<div id="filter__popup" class="filter__popup">
2020-07-22 11:33:26 +00:00
<div id="filter__selection"></div>
2020-07-22 09:01:25 +00:00
</div>
2020-06-23 22:35:19 +00:00
<div id="centermessage"></div>
<div id="bottomRight" style="display: none">ADD</div>
2020-06-23 22:35:19 +00:00
<div id="geolocate-button"></div>
2020-06-23 22:35:19 +00:00
<div id="leafletDiv"></div>
<script src="./index.ts"></script>
<script src="vendor/Leaflet.AccuratePosition.js"></script>
2020-06-23 22:35:19 +00:00
<script data-goatcounter="https://pietervdvn.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</body>
</html>