mirror of
https://github.com/zyphlar/cityparking.git
synced 2024-03-08 13:17:46 +00:00
29 lines
1.2 KiB
HTML
29 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<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">
|
|
|
|
|
|
<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">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<style type="text/css">
|
|
html {height: 100%;}
|
|
body {margin: 0; padding: 0; height: 100%;}
|
|
</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> |