← back to Ventura Corridor
Link favicon.svg in head (use branded SVG, not .ico fallback)
b261b8f97bca73dd528fd752794064a1a8c7065b · 2026-05-31 16:56:05 -0700 · SteveStudio2
Files touched
Diff
commit b261b8f97bca73dd528fd752794064a1a8c7065b
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
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 22da964..21de691 100644
--- a/public/index.html
+++ b/public/index.html
@@ -89,7 +89,8 @@
#build a.b-3d { display: block; margin-top: 12px; padding: 8px 12px; border: 1px solid var(--metal); color: var(--metal-glow); text-align: center; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; text-decoration: none; transition: background 220ms ease, color 220ms ease; }
#build a.b-3d:hover { background: var(--metal); color: var(--noir); }
</style>
-</head>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+ </head>
<body>
<header>
<h1>Ventura <em>Boulevard</em> · corridor view <span class="theme-toggle-host" style="display:inline-flex;align-items:center;margin-left:12px;vertical-align:middle"></span></h1>
← 6912794 gitignore: add *.orig *.save *.old *~ copy-of-* backup patte
·
back to Ventura Corridor
·
fix: gallery-pieces 3am job — require('pg') → import (packag 7004f12 →