forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			64 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>    
 | |
| 
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <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"/>
 | |
|     <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" />
 | |
| </head>
 | |
| <body>
 | |
| <div id="messagesboxmobilewrapper">
 | |
|     <div id="messagesboxmobile-scroll">
 | |
|         <div id="messagesboxmobile"></div>
 | |
|     </div>
 | |
|     <div id="to-the-map">
 | |
|         <h2 id="to-the-map-h2">
 | |
|             Loading... If this message persists, check if javascript is enabled and if no extension (uMatrix) is
 | |
|             blocking it.
 | |
|         </h2>
 | |
|     </div>
 | |
| </div>
 | |
| 
 | |
| <div id="topleft-tools">
 | |
|     <div id="userbadge-and-search">
 | |
|         <div id="userbadge">
 | |
|             Loading... If this message persists, check if javascript is enabled and if no extension (uMatrix) is
 | |
|             blocking it.
 | |
|         </div>
 | |
|         <div id="language-select"></div>
 | |
|         <br/>
 | |
|         <div id="searchbox"></div>
 | |
|     </div>
 | |
|     <br/>
 | |
|     <div id="messagesbox-wrapper">
 | |
|         <div id="collapseButton"></div>
 | |
|         <div id="messagesbox"></div>
 | |
|     </div>
 | |
| </div>
 | |
| 
 | |
| <div id="filter__popup" class="filter__popup">
 | |
|     <div id="filter__selection"></div>
 | |
| </div>
 | |
| 
 | |
| <div id="centermessage"></div>
 | |
| <div id="bottomRight" style="display: none">ADD</div>
 | |
| 
 | |
| <div id="geolocate-button"></div>
 | |
| <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>
 |