agent ui: SPA shell — static index.html + app.js, /api/state JSON

This commit is contained in:
müde 2026-05-15 17:15:28 +02:00
parent 6fc9862c3c
commit 124fd97288
4 changed files with 395 additions and 211 deletions

View file

@ -0,0 +1,22 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>hyperhive agent</title>
<link rel="stylesheet" href="/static/agent.css">
</head>
<body>
<pre class="banner" id="banner">░▒▓█▓▒░ … ░▒▓█▓▒░ hyperhive ag3nt ░▒▓█▓▒░</pre>
<h2 id="title">◆ … ◆</h2>
<div class="divider">══════════════════════════════════════════════════════════════</div>
<div id="status">
<p class="meta">loading…</p>
</div>
<h3>live</h3>
<div id="live" class="live"><div class="meta">connecting…</div></div>
<script src="/static/app.js" defer></script>
</body>
</html>