[object Object]

← back to Cncp Failures Mockups

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

e860d55ba3aac476a5904a2c4dda6e4205b2af1f · 2026-05-31 16:56:02 -0700 · SteveStudio2

Files touched

Diff

commit e860d55ba3aac476a5904a2c4dda6e4205b2af1f
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 86cae9e..53ac022 100644
--- a/public/index.html
+++ b/public/index.html
@@ -47,7 +47,8 @@
 </script>
 <!-- noscript fallback is added by set-fb-pixel.sh on flip (omitted here to avoid unflipped img phone-home) -->
 <!-- End Meta Pixel -->
-</head><body>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head><body>
 <div class="hero">
   <h1>CNCP Failures — 6 mockup variants</h1>
   <p class="sub">Each tile is a self-contained reimagining of the Failures + Hermes panel. Same data; six different display directions. Click <b>Open</b> for full-screen, then use <kbd>←</kbd>/<kbd>→</kbd> to flip between variants.</p>

← 844562b Add per-site favicon (kills /favicon.ico 404)  ·  back to Cncp Failures Mockups  ·  chore: macstudio3 migration — reconcile from mac2 + repoint 6717b75 →