Leaflet/debug/map/iframe.html
2023-02-13 11:36:48 +01:00

21 lines
411 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Leaflet debug page - Iframe</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0" />
</head>
<body>
<style>
iframe {
position: absolute;
top: 50px;
left: 50px;
width: 500px;
height: 500px;
}
</style>
<iframe src="./iframe-map.html"></iframe>
</body>
</html>