feat(frontend): add PodMan favicon

SVG favicon (dark #0b0f17 tile, emerald "P" + live dot) wired via
<link rel="icon"> in index.html. Fixes the favicon.ico 404.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Kartikeya
2026-06-27 19:51:19 -07:00
parent 4639db11b1
commit 702026fbd4
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0b0f17" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>PodMan</title>
</head>
<body>