← back to Norma Sdcc Pitch
Link favicon.svg in head (use branded SVG, not .ico fallback)
536b25a94d1112b2c88857bde2284bbcf2e12861 · 2026-05-31 16:56:04 -0700 · SteveStudio2
Files touched
Diff
commit 536b25a94d1112b2c88857bde2284bbcf2e12861
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sun May 31 16:56:04 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 2684fcf..4c1040a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Norma × SDCC — A Proposal</title>
<link rel="stylesheet" href="/styles.css">
-</head>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+ </head>
<body>
<!-- ───────────────────────── topbar w/ XP + level ───────────────────────── -->
← e7cc6ea Add per-site favicon (kills /favicon.ico 404)
·
back to Norma Sdcc Pitch
·
gitignore: add missing standard excludes (tmp/ dist/ build/ 6628681 →