AnnotateMap/client/index.html

18 lines
428 B
HTML
Raw Normal View History

2026-02-23 14:35:23 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AnnotateMap</title>
<link
rel="stylesheet"
href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
/>
</head>
<body>
<div id="map"></div>
<div id="auth-bar"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>