orbit-chase / index.html
Orbit Chase Deploy
Deploy Orbit Chase 2026-08-18T01:46:19Z
1b2ff95
Raw
History Blame Contribute Delete
1.08 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#071426" />
<title>Orbit Chase</title>
<script type="module" crossorigin src="/assets/index-DRZiR9In.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DVflwj4H.css">
</head>
<body>
<main class="app-shell">
<section class="game-column">
<div class="game-toolbar">
<button id="player-toggle" type="button" disabled>Player: Human</button>
<button id="debug-toggle" type="button" aria-expanded="false">Show debug</button>
</div>
<div id="game" aria-label="Orbit Chase game"></div>
</section>
<aside id="debug-panel" aria-label="Game debug information" hidden>
<div class="debug-heading">
<h2>Live debug</h2>
<span>Updates every 120 ms</span>
</div>
<pre id="debug-content">Waiting for game state…</pre>
</aside>
</main>
</body>
</html>