[object Object]

← back to Sound Agentabrams

5x sweep 1: add inline SVG favicon to SoundLab hub (kills /favicon.ico 404)

e4797e9bc8d4a90e019b475d1bd2e00ae045712f · 2026-07-25 11:10:01 -0700 · Steve

Files touched

Diff

commit e4797e9bc8d4a90e019b475d1bd2e00ae045712f
Author: Steve <steve@designerwallcoverings.com>
Date:   Sat Jul 25 11:10:01 2026 -0700

    5x sweep 1: add inline SVG favicon to SoundLab hub (kills /favicon.ico 404)
---
 index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.html b/index.html
index b1857a9..313a890 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>sound.agentabrams.com</title>
+<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='6' fill='%2305010f'/%3E%3Crect x='6' y='12' width='4' height='14' rx='1.5' fill='%2305d9e8'/%3E%3Crect x='14' y='6' width='4' height='20' rx='1.5' fill='%23ff2d95'/%3E%3Crect x='22' y='15' width='4' height='11' rx='1.5' fill='%23b967ff'/%3E%3C/svg%3E">
 <style>
   * { box-sizing: border-box; }
   html, body { height: 100%; margin: 0; }

← 07be29e chore: sync visualizer cleanup into hub (session close)  ·  back to Sound Agentabrams  ·  5x sweep 2: heropulse glow-only (stop scaling the ENTER CTA 530608a →