← back to Animate Museum Posts
Link favicon.svg in head (use branded SVG, not .ico fallback)
d5739741e8da5e02692afe4dc3d2107152f43191 · 2026-05-31 16:56:01 -0700 · SteveStudio2
Files touched
Diff
commit d5739741e8da5e02692afe4dc3d2107152f43191
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sun May 31 16:56:01 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 44b3526..8427054 100644
--- a/public/index.html
+++ b/public/index.html
@@ -85,7 +85,8 @@
a { color: #667eea; }
footer a { color: white; }
</style>
-</head>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+ </head>
<body>
<!-- Theme toggle (theme1 / theme2) — query-param-gated preview surface
(Steve 2026-05-29). ?theme=2 in URL flips to theme2 and persists in
← c7efd07 fix: correct package.json main to src/index.js; add backup f
·
back to Animate Museum Posts
·
fleet rebuild (header-only): dw-header (hamburgers UL + cent 2f66366 →