forked from MapComplete/MapComplete
Add MapComplete
This commit is contained in:
commit
6187122294
61 changed files with 107059 additions and 0 deletions
54
index.html
Normal file
54
index.html
Normal file
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>MapComplete</title>
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
|
||||
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
|
||||
crossorigin=""/>
|
||||
<link rel="stylesheet" href="./index.css"/>
|
||||
<link rel="stylesheet" href="node_modules/@splidejs/splide/dist/css/splide.min.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="authbox">
|
||||
<div id="userbadge">
|
||||
</div>
|
||||
<br/>
|
||||
<div id="pendingchangesbox"></div>
|
||||
<br/>
|
||||
<div id="messagesbox">
|
||||
<div id="welcomeMessage"></div>
|
||||
|
||||
<div id="gettingStartedBox"></div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="centermessage"></div>
|
||||
<div id="bottomRight">ADD</div>
|
||||
|
||||
|
||||
<div id="leafletDiv"></div>
|
||||
<script src="./index.ts"></script>
|
||||
|
||||
<!-- TODO -->
|
||||
|
||||
<!-- Fotos -->
|
||||
<!-- KLeuren/icoontjes -->
|
||||
<!-- Aanpassingen van tagmapping/tagmapping verwijderen -->
|
||||
|
||||
|
||||
<!-- 3 dagen eerste protoype -->
|
||||
<!-- 19 juni: eerste feedbackronde, foto's -->
|
||||
|
||||
|
||||
<script data-goatcounter="https://pietervdvn.goatcounter.com/count"
|
||||
async src="//gc.zgo.at/count.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue