← back to Corvette Dashboard Viewer
5x sweep 3: add inline data-URI favicon — kills /favicon.ico 404
dcde435a64a4b63bef62655f81f0da9eb4fea31a · 2026-07-28 09:30:32 -0700 · Steve Abrams
Files touched
A 5x/sweep-3.mdM public/index.html
Diff
commit dcde435a64a4b63bef62655f81f0da9eb4fea31a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Jul 28 09:30:32 2026 -0700
5x sweep 3: add inline data-URI favicon — kills /favicon.ico 404
---
5x/sweep-3.md | 4 ++++
public/index.html | 1 +
2 files changed, 5 insertions(+)
diff --git a/5x/sweep-3.md b/5x/sweep-3.md
new file mode 100644
index 0000000..6287524
--- /dev/null
+++ b/5x/sweep-3.md
@@ -0,0 +1,4 @@
+# 5x sweep 3
+Result: 3x 7/7, but extended 8s real-Chrome capture caught a console 404 with NO >=400 response captured.
+CAUGHT: /favicon.ico 404 — page declared no favicon, so the browser auto-requested /favicon.ico (browser-level, outside the page-response events), which 404'd. Intermittent vs 3x because the favicon fetch lands after M3's short window.
+FIX: added an inline data-URI SVG favicon (gauge motif) to <head> so the browser never requests /favicon.ico.
diff --git a/public/index.html b/public/index.html
index b2b2543..7c8f847 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>'67 Corvette Catalog Console — TK-135</title>
+<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect width='16' height='16' rx='3' fill='%230e1116'/%3E%3Ccircle cx='8' cy='8' r='4.5' fill='none' stroke='%23FFB300' stroke-width='1.4'/%3E%3Cline x1='8' y1='8' x2='11.3' y2='4.7' stroke='%23ff2d4d' stroke-width='1.6'/%3E%3Ccircle cx='8' cy='8' r='1' fill='%23e9edf2'/%3E%3C/svg%3E">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Oswald:wght@300;500;700&family=Share+Tech+Mono&display=swap" rel="stylesheet">
<style>
← 5539a5c 5x sweep 1: proxy live-ticker images via /img (placeholder o
·
back to Corvette Dashboard Viewer
·
5x: REPORT + sweeps 4-5 clean (clean-twice); feed-toggle ver 9c81258 →