first commit

This commit is contained in:
2026-03-24 23:24:36 +01:00
commit a69394a05b
1638 changed files with 891299 additions and 0 deletions

19
frontend/dist/index.html vendored Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SatMaster — F4BPO</title>
<!-- Leaflet CSS loaded via Vite in WorldMap component -->
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body, #app { width: 100%; height: 100%; overflow: hidden; }
body { background: #080c16; }
</style>
<script type="module" crossorigin src="/assets/index-BB3NBLW5.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-axwnIj0t.css">
</head>
<body>
<div id="app"></div>
</body>
</html>