← back to Voice Chat
Link favicon.svg in head (use branded SVG, not .ico fallback)
ac28124aae2270e7165cfccf2bb74c60e3e12275 · 2026-05-31 16:56:06 -0700 · Steve Abrams
Files touched
Diff
commit ac28124aae2270e7165cfccf2bb74c60e3e12275
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sun May 31 16:56:06 2026 -0700
Link favicon.svg in head (use branded SVG, not .ico fallback)
---
public/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index c319814..ce8cd49 100644
--- a/public/index.html
+++ b/public/index.html
@@ -194,7 +194,8 @@
}
.toggle input { accent-color: var(--gold); }
</style>
-</head>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+ </head>
<body>
<header class="topbar">
<div class="avatar">SA</div>
← c5494dc Add per-site favicon (kills /favicon.ico 404)
·
back to Voice Chat
·
(newest)