Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Codex ReflexGuard vΩΞ</title> | |
| <link rel="stylesheet" href="style.css"> | |
| </head> | |
| <body> | |
| <header> | |
| <h1>🛡️ Codex ReflexGuard Dashboard</h1> | |
| <p>Live Reflex Intelligence System (Backend Simulation Enabled)</p> | |
| </header> | |
| <main> | |
| <section class="input-section"> | |
| <label for="scenarioInput">Describe system scenario:</label> | |
| <input type="text" id="scenarioInput" placeholder="e.g. Memory surge detected..."> | |
| <button onclick="triggerReflex()">Launch Reflex Simulation</button> | |
| </section> | |
| <section class="log-section"> | |
| <h2>🧠 System Log</h2> | |
| <pre id="logWindow">[ReflexGuard]: Awaiting input...</pre> | |
| </section> | |
| </main> | |
| <script src="script.js"></script> | |
| </body> | |
| </html> |