lead-to-policy/index.html
Bhanu Prakash Sai Potteri b95733a5f2 feat: polish sidebar (accent bar, icon chips, AI-status footer) + brand copy
- sidebar: Workspace section label, rounded rows w/ icon chips, sunrise
  active accent bar + ring, pinned live AI-employee status footer
- login: headline "Your AI sales floor for insurance", subtitle "Lead Management"
- tab title "Zino | Lead Management" + zino.svg favicon

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 17:43:01 +05:30

14 lines
371 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/zino.svg" />
<title>Zino | Lead Management</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>