49 lines
2.1 KiB
HTML
49 lines
2.1 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>GODSIGH ▸ World View</title>
|
||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='88'>%F0%9F%8C%8D</text></svg>" />
|
||
<script>window.CESIUM_BASE_URL = 'https://cdn.jsdelivr.net/npm/cesium@1.143.0/Build/Cesium/';</script>
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cesium@1.143.0/Build/Cesium/Widgets/widgets.css" />
|
||
<link rel="stylesheet" href="css/style.css" />
|
||
<script src="https://cdn.jsdelivr.net/npm/cesium@1.143.0/Build/Cesium/Cesium.js"></script>
|
||
<script src="https://cdn.jsdelivr.net/npm/satellite.js@5.0.0/dist/satellite.min.js"></script>
|
||
</head>
|
||
<body>
|
||
<div id="cesiumContainer"></div>
|
||
|
||
<aside id="hud">
|
||
<header>
|
||
<div class="brand">GODSIGH <span>▸ WORLD VIEW</span></div>
|
||
<div id="live-chip" data-state="live">LIVE</div>
|
||
</header>
|
||
<div class="modes">
|
||
<button id="mode-data" class="active" type="button">Data</button>
|
||
<button id="mode-photo" type="button">Photo</button>
|
||
</div>
|
||
<div class="modes styles" title="Sensor styles (keys 1–4)">
|
||
<button id="style-none" class="active" type="button">Normal</button>
|
||
<button id="style-nvg" type="button">NVG</button>
|
||
<button id="style-flir" type="button">FLIR</button>
|
||
<button id="style-crt" type="button">CRT</button>
|
||
</div>
|
||
<div id="layers"></div>
|
||
<a id="solargod-link" class="portal-link" href="http://127.0.0.1:8147/"
|
||
target="_blank" rel="noopener" title="Open SOLARGOD at this moment">🪐 SOLARGOD</a>
|
||
<footer>
|
||
<div>Public OSINT feeds · Celestrak · OpenSky · EOX Sentinel-2 · CARTO/OSM</div>
|
||
<div class="demo">Ships & events are <b>[DEMO]</b> data</div>
|
||
</footer>
|
||
</aside>
|
||
|
||
<!-- HUD collapse tab: rides the panel's edge; when hidden it docks top-left. -->
|
||
<button id="hud-toggle" type="button" title="Hide panel">◀</button>
|
||
|
||
<div id="pick-overlay" hidden></div>
|
||
|
||
<script type="module" src="js/main.js"></script>
|
||
</body>
|
||
</html>
|