Spaces:
Running on Zero
Running on Zero
| <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> | |