cityparking/index.html

29 lines
1.2 KiB
HTML
Raw Normal View History

2023-12-28 05:43:50 +00:00
<!DOCTYPE html>
2023-12-28 05:24:23 +00:00
<html>
<head>
2023-12-28 05:43:50 +00:00
<title>CityParkingWeb</title>
<meta charset="utf-8">
<meta name="description" content="Your best free open source website for finding local parking, powered by OpenStreetMap.org">
<meta name="keywords" content="local, parking, open source, openstreetmap">
2023-12-28 05:52:27 +00:00
<link rel="icon"
href="/assets/favicon.ico"
sizes="32x32">
<link rel="icon"
href="/assets/icon.svg"
type="image/svg+xml">
<link rel="apple-touch-icon"
href="/assets/apple-touch-icon.png">
<link rel="manifest" href="/assets/manifest.webmanifest">
2023-12-28 05:43:50 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<style type="text/css">
2023-12-28 05:52:27 +00:00
html {height: 100%;}
body {margin: 0; padding: 0; height: 100%;}
2023-12-28 05:43:50 +00:00
</style>
2023-12-28 05:24:23 +00:00
</head>
<body>
2023-12-28 05:43:50 +00:00
<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>
2023-12-28 05:24:23 +00:00
</body>
2023-12-28 05:52:27 +00:00
</html>