16 lines
384 B
HTML
16 lines
384 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Quiz Observer</title>
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
</head>
|
|
<body>
|
|
<main class="shell">
|
|
<h1>Quiz Observer</h1>
|
|
<p>This read-only view is reserved for a future classroom display.</p>
|
|
</main>
|
|
</body>
|
|
</html>
|