- 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>
14 lines
371 B
HTML
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>
|