[object Object]

← back to Purelymail Fleet Viewer

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

f3cd95047a4fafa94c95ad91c6c095d35d12bdde · 2026-05-31 16:56:05 -0700 · SteveStudio2

Files touched

Diff

commit f3cd95047a4fafa94c95ad91c6c095d35d12bdde
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Sun May 31 16:56:05 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 08d199a..7f1e8ef 100644
--- a/public/index.html
+++ b/public/index.html
@@ -90,7 +90,8 @@
   .foot{color:var(--dim);font-size:11px;margin-top:24px;padding-top:12px;border-top:1px solid var(--line)}
   #err{color:var(--bad);font-size:12px}
 </style>
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 <header>
   <h1><span>◆</span> Purelymail Fleet — Live Remediation</h1>

← 4b8c997 Add per-site favicon (kills /favicon.ico 404)  ·  back to Purelymail Fleet Viewer  ·  (newest)