File size: 1,077 Bytes
37212f0
95ae6ac
 
 
 
 
 
1b2ff95
 
95ae6ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37212f0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!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>