2020-06-24 00:35:19 +02:00
|
|
|
<!DOCTYPE html>
|
2020-07-26 02:01:34 +02:00
|
|
|
<!-- WARNING: index.html serves as a template. If you want to change something, change it there -->
|
2020-06-24 00:35:19 +02:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2020-06-28 00:06:23 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2020-06-24 00:35:19 +02:00
|
|
|
<title>MapComplete</title>
|
2020-07-25 18:00:08 +02:00
|
|
|
<link rel="stylesheet" href="./vendor/leaflet.css"/>
|
2020-06-24 00:35:19 +02:00
|
|
|
<link rel="stylesheet" href="./index.css"/>
|
2020-07-26 02:01:34 +02:00
|
|
|
<link rel="manifest" href="./manifest.manifest">
|
|
|
|
<link rel="icon" href="assets/add.svg" sizes="any" type="image/svg+xml">
|
2020-07-24 15:58:11 +02:00
|
|
|
|
|
|
|
<meta property="og:type" content="website">
|
2020-07-26 02:01:34 +02:00
|
|
|
<!-- $$$OG-META -->
|
|
|
|
|
2020-06-24 00:35:19 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-06-27 03:06:51 +02:00
|
|
|
<div id="messagesboxmobilewrapper">
|
2020-06-28 00:06:23 +02:00
|
|
|
<div id="messagesboxmobile-scroll">
|
2020-07-21 02:55:28 +02:00
|
|
|
<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.
|
2020-06-28 00:06:23 +02:00
|
|
|
</div>
|
2020-06-27 03:06:51 +02:00
|
|
|
</div>
|
2020-06-24 00:35:19 +02:00
|
|
|
|
2020-06-27 03:06:51 +02:00
|
|
|
<div id="topleft-tools">
|
2020-07-15 13:15:36 +02:00
|
|
|
<div id="userbadge-and-search">
|
2020-07-25 18:00:08 +02:00
|
|
|
<div id="userbadge" class="shadow">
|
2020-07-01 02:12:33 +02:00
|
|
|
</div>
|
2020-07-25 18:00:08 +02:00
|
|
|
<div id="searchbox" class="shadow"></div>
|
2020-06-24 00:35:19 +02:00
|
|
|
</div>
|
2020-07-24 01:12:57 +02:00
|
|
|
<div id="messagesbox"></div>
|
2020-07-25 18:00:08 +02:00
|
|
|
<br/>
|
|
|
|
<div id="help-button-mobile"></div>
|
2020-06-24 00:35:19 +02:00
|
|
|
</div>
|
|
|
|
|
2020-07-22 11:01:25 +02:00
|
|
|
<div id="filter__popup" class="filter__popup">
|
2020-07-22 13:33:26 +02:00
|
|
|
<div id="filter__selection"></div>
|
2020-07-22 11:01:25 +02:00
|
|
|
</div>
|
2020-06-24 00:35:19 +02:00
|
|
|
|
2020-07-29 15:05:19 +02:00
|
|
|
<div id="centermessage">Loading MapComplete, hang on...</div>
|
|
|
|
<div id="top-right"></div>
|
2020-06-24 00:35:19 +02:00
|
|
|
|
2020-06-28 02:42:22 +02:00
|
|
|
<div id="geolocate-button"></div>
|
2020-06-24 00:35:19 +02:00
|
|
|
<div id="leafletDiv"></div>
|
|
|
|
|
2020-06-27 03:06:51 +02:00
|
|
|
<script src="./index.ts"></script>
|
2020-06-28 02:42:22 +02:00
|
|
|
<script src="vendor/Leaflet.AccuratePosition.js"></script>
|
2020-06-24 00:35:19 +02:00
|
|
|
|
|
|
|
<script data-goatcounter="https://pietervdvn.goatcounter.com/count"
|
|
|
|
async src="//gc.zgo.at/count.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|