Spaces:
Runtime error
Runtime error
File size: 847 Bytes
5f43c7d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex,nofollow" />
<link rel="icon" type="image/png" href="/favicon.png" />
<title>Her · हेर — detective for coding-agent sessions</title>
<!-- Self-hosted fonts (no Google Fonts call) — fully local. Devanagari (हेर) uses
the OS font, same as before. See scripts/build_fonts.py to regenerate. -->
<link rel="stylesheet" href="/fonts.css" />
<style>
html, body, #root { height: 100%; margin: 0; padding: 0; }
body { background: #2b2927; }
* { box-sizing: border-box; }
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
|