life-platform/DISSOLVE-showcase/index.html
2026-03-20 13:23:14 -07:00

13 lines
423 B
HTML

<!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>