Mike0021's picture
Add live J1 agent verification fixture
381b90d verified
Raw
History Blame
606 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Agent arithmetic fixture</title>
<style>
body { font-family: system-ui, sans-serif; max-width: 42rem; margin: 5rem auto; padding: 0 1rem; }
output { display: block; font-size: 3rem; font-weight: 700; color: #2563eb; }
</style>
</head>
<body>
<h1>Arithmetic health check</h1>
<p>Two plus two should be four.</p>
<output id="answer" aria-live="polite">Checking…</output>
<script type="module" src="./app.mjs"></script>
</body>
</html>