dn42-info/html/map/index.html

21 lines
619 B
HTML
Raw Normal View History

2024-10-09 15:46:26 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="leaflet/leaflet.css" />
<link rel="stylesheet" href="style.css" />
<script src="leaflet/leaflet.js"></script>
<script src="map.js" defer></script>
</head>
<body>
<div id="sidebar">
<div>
<h2>AS4242420129</h2>
<div id="nodes"></div>
</div>
</div>
<div id="map"></div>
<p id="footnote">I hate blur... but here we are</p>
</body>
</html>