[object Object]

← back to Dw Domain Launcher

Link favicon.svg in head (use branded SVG, not .ico fallback)

2aa69889d52a350c0cfa12da6917d9316bd05b5e · 2026-05-31 16:56:03 -0700 · SteveStudio2

Files touched

Diff

commit 2aa69889d52a350c0cfa12da6917d9316bd05b5e
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Sun May 31 16:56:03 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 47830c4..d62e373 100644
--- a/public/index.html
+++ b/public/index.html
@@ -93,7 +93,8 @@
   footer { padding: 18px 22px; color: var(--ink-soft); font-size: 12px; border-top: 1px solid var(--line); }
   footer code { background: var(--panel); padding: 2px 6px; border-radius: 4px; }
 </style>
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 
 <header>

← 6c28699 Add per-site favicon (kills /favicon.ico 404)  ·  back to Dw Domain Launcher  ·  gitignore: exclude *.bak backup files 4ba107f →