Files
zpan/index.html
T
saltbo a842acdb77 feat(brand): add cloud-cluster logo + favicon
Replace sidebar's gradient first-letter tile with the finalized
cloud-cluster mark (blue / green / yellow Google palette) and wire
up an SVG favicon. `logo-dark.svg` is kept for future dark-mode
tuning even though the multi-color mark reads fine on both backgrounds.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 15:43:17 -04:00

14 lines
356 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="/favicon.svg" />
<title>ZPan</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>