ui(dissolve-showcase): 💄 Update showcase page HTML structure and content

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-25 23:03:58 -07:00
parent d84c395470
commit 4d15cf9e4b

View file

@ -1,13 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Life Manager — Showcase</title>
</head>
<body style="margin:0;padding:0;background:#0a0a0f">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>