Spaces:
Sleeping
Sleeping
File size: 877 Bytes
a0d7a94 6f8743c a0d7a94 6f8743c a0d7a94 6f8743c a0d7a94 6f8743c a0d7a94 b967d4d | 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 | <!DOCTYPE html>
<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> |