Files
clawdbot/apps/macos/Sources/Clawdis/Resources/CanvasA2UI/index.html
2025-12-17 11:35:06 +01:00

25 lines
635 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Canvas</title>
<style>
:root { color-scheme: light dark; }
html, body { height: 100%; margin: 0; }
body {
font: 13px -apple-system, system-ui;
background: #0b1020;
color: #e5e7eb;
overflow: hidden;
}
clawdis-a2ui-host { display: block; height: 100%; }
</style>
</head>
<body>
<clawdis-a2ui-host></clawdis-a2ui-host>
<script type="module" src="/__clawdis__/a2ui/a2ui.bundle.js"></script>
</body>
</html>