mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-30 17:50:07 +08:00
a842acdb77
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>
14 lines
356 B
HTML
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>
|