2026-07-07 23:05:22 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="sv">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Djupet</title>
|
2026-07-19 19:49:28 +02:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
2026-07-07 23:05:22 +02:00
|
|
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
|
|
|
|
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|