forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			71 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>    
 | 
						|
<!-- WARNING: index.html serves as a template. If you want to change something, change it there -->
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
 | 
						|
    <title>MapComplete</title>
 | 
						|
    <link rel="stylesheet" href="./vendor/leaflet.css"/>
 | 
						|
    <link rel="stylesheet" href="./index.css"/>
 | 
						|
    <link rel="stylesheet" href="./css/userbadge.css"/>
 | 
						|
    <link rel="stylesheet" href="./css/tabbedComponent.css"/>
 | 
						|
    <link rel="stylesheet" href="./css/slideshow.css"/>
 | 
						|
    <link rel="stylesheet" href="./css/mobile.css"/>
 | 
						|
    <link rel="stylesheet" href="./css/openinghourstable.css"/>
 | 
						|
    <!-- $$$CUSTOM-CSS -->
 | 
						|
    <link rel="manifest" href="./manifest.manifest">
 | 
						|
    <link rel="icon" href="assets/add.svg" sizes="any" type="image/svg+xml">
 | 
						|
    
 | 
						|
    <meta property="og:type" content="website">
 | 
						|
    <!-- $$$OG-META -->
 | 
						|
 | 
						|
    <style>
 | 
						|
        #decoration-desktop img {
 | 
						|
            width: 100%;
 | 
						|
            height: 100%;
 | 
						|
        }
 | 
						|
    </style>
 | 
						|
    
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
<div style="position: absolute; left: 1em; bottom: 1em; width:35vh; height:35vh;"
 | 
						|
     id="decoration-desktop">
 | 
						|
    <!-- A nice decoration while loading or on errors -->
 | 
						|
    <!-- DECORATION 0 START -->
 | 
						|
    <img src="./assets/add.svg"/>
 | 
						|
    <!-- DECORATION 0 END -->
 | 
						|
</div>
 | 
						|
 | 
						|
<div class="only-on-mobile">
 | 
						|
    <div id="messagesboxmobile">
 | 
						|
    </div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="topleft-tools">
 | 
						|
    <div id="userbadge-and-search">
 | 
						|
        <div id="userbadge" class="shadow">
 | 
						|
        </div>
 | 
						|
        <div id="searchbox" class="shadow"></div>
 | 
						|
    </div>
 | 
						|
    <div id="messagesbox"></div>
 | 
						|
    <br/>
 | 
						|
    <div id="help-button-mobile"></div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="layer-selection">
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="centermessage">Loading MapComplete, hang on...</div>
 | 
						|
<div id="top-right"></div>
 | 
						|
 | 
						|
<span id="geolocate-button"></span>
 | 
						|
<div id="leafletDiv"></div>
 | 
						|
 | 
						|
<script src="./index.ts"></script>
 | 
						|
<script src="./vendor/Leaflet.AccuratePosition.js"></script>
 | 
						|
 | 
						|
<script data-goatcounter="https://pietervdvn.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |