2026-03-16 15:27:35 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
<title>Line of Sight - Interactive Map</title>
|
|
|
|
|
<style>
|
|
|
|
|
body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
|
|
|
|
|
#root { height: 100vh; }
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
2026-03-16 19:46:08 +00:00
|
|
|
<script type="module" src="/src/index.jsx"></script>
|
2026-03-16 15:27:35 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|