File size: 606 Bytes
e53923d
381b90d
e53923d
 
381b90d
 
 
 
 
 
e53923d
 
381b90d
 
 
 
e53923d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>