dn42-info/html/map/index.html
Minecon724 5f177eda51
Some checks are pending
/ deploy (push) Has started running
update map
2024-10-10 18:12:40 +02:00

20 lines
No EOL
579 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>
</body>
</html>