[object Object]

← back to Debate Ring Viewer

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

04f4c6bbe2a61f48411598f24c02e99053d4fd5d · 2026-05-31 16:56:02 -0700 · SteveStudio2

Files touched

Diff

commit 04f4c6bbe2a61f48411598f24c02e99053d4fd5d
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Sun May 31 16:56:02 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 3d6cf07..37f550c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,8 @@
 <meta name="viewport" content="width=device-width,initial-scale=1" />
 <title>Debate Ring — claude-codex 8-way</title>
 <link rel="stylesheet" href="/style.css" />
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 <aside id="rail">
   <h1>Debate Ring</h1>

← 26a85f9 snapshot: 6 file(s) changed, +2 new, ~4 modified  ·  back to Debate Ring Viewer  ·  Untrack committed log files and add *.bak to .gitignore 0d61c5d →