dn42-info/html/map/index.html
Minecon724 6de2fcac99
Some checks failed
/ deploy (push) Has been cancelled
improve basic map
2024-10-09 15:56:21 +02:00

21 lines
No EOL
639 B
HTML

<!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 id="sidebarContent">
<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>