Create index.html

This commit is contained in:
zyphlar 2023-12-27 21:24:23 -08:00 committed by GitHub
commit 79aa22e518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<html>
<head>
<style type="text/css">
body {margin: 0; padding: 0;}
</style>
</head>
<body>
<iframe width="100%" height="100%" frameborder="0" allowfullscreen allow="geolocation" src="https://umap.openstreetmap.fr/en/map/local-parking_1003672?scaleControl=false&miniMap=false&scrollWheelZoom=true&zoomControl=true&editMode=disabled&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=undefined&captionBar=false&captionMenus=true"></iframe>
</body>
</html>