Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>Asterism Relay</title> | |
| <link rel="stylesheet" href="/static/styles.css" /> | |
| </head> | |
| <body> | |
| <main id="app"> | |
| <canvas id="universe"></canvas> | |
| <section id="hud" aria-live="polite"> | |
| <div class="system-line"> | |
| <span id="sector">SECTOR 0:0:-1</span> | |
| <span id="status">WARMING CACHE</span> | |
| </div> | |
| <h1 id="body-name">Asterism Relay</h1> | |
| <p id="phenomenon">Acquiring nearby phenomenon</p> | |
| <p id="science"></p> | |
| <p id="transmission"></p> | |
| </section> | |
| <button id="engage" type="button" aria-label="Engage flight">ENGAGE</button> | |
| <div id="reticle" aria-hidden="true"></div> | |
| </main> | |
| <script type="module" src="/static/app.js?v=2"></script> | |
| </body> | |
| </html> | |