Files
openclaw/ui/index.html

16 lines
421 B
HTML
Raw Normal View History

2025-12-18 22:40:46 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-01-04 14:32:47 +00:00
<title>Clawdbot Control</title>
2025-12-18 22:40:46 +00:00
<meta name="color-scheme" content="dark light" />
<link rel="icon" href="/favicon.ico" sizes="any" />
2025-12-18 22:40:46 +00:00
</head>
<body>
2026-01-04 14:32:47 +00:00
<clawdbot-app></clawdbot-app>
2025-12-18 22:40:46 +00:00
<script type="module" src="/src/main.ts"></script>
</body>
</html>