her / ui /dist /index.html
geekwrestler's picture
Deploy Her (Gradio Server / ZeroGPU + bucket + per-client isolation + enrichment)
c367c94 verified
Raw
History Blame Contribute Delete
871 Bytes
<!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>
<script type="module" crossorigin src="/assets/index-DD8jqBop.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>