skills/prototypes/pi-web-ui-lan/index.html
dan 131fb86852 feat(prototypes): add pi-web-ui-lan prototype
LAN-accessible web UI for pi agent interaction.
2026-01-24 09:40:43 -08:00

13 lines
300 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pi Web UI (LAN)</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>