Files
codex-mmo/evals/visual-conformance/fixture/index.html
T
2026-08-24 08:11:59 -07:00

16 lines
325 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Inventory</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<h1>Inventory</h1>
<p>Dashboard implementation pending.</p>
</main>
</body>
</html>