zeroclaw/web/dist/index.html
argenis de la rosa 5c3d1eb541 fix(web): rebuild dist with Electric Blue dashboard
The web/dist was not rebuilt after PR #2804 merge. This adds the
Electric Blue CSS classes to the built assets.

- index-CKdA0Apd.css now contains: electric-card, hero-panel, status-pill
- index-DsBWCyCx.js updated

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 12:40:07 -05:00

19 lines
773 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https:; connect-src 'self' ws: wss: https:; font-src 'self' data:; object-src 'none'; base-uri 'self'; frame-ancestors 'none'; form-action 'self'"
/>
<meta name="color-scheme" content="dark" />
<title>ZeroClaw</title>
<script type="module" crossorigin src="/_app/assets/index-DsBWCyCx.js"></script>
<link rel="stylesheet" crossorigin href="/_app/assets/index-CKdA0Apd.css">
</head>
<body>
<div id="root"></div>
</body>
</html>