← back to Sound Agentabrams
5x sweep 1: sync visualizer favicon fix into SoundLab hub
5a84c7e6ce52901b7945f8ff329d0e1ff09207a8 · 2026-07-25 08:49:17 -0700 · Steve
Files touched
M sounds/synthwave-visualizer/index.html
Diff
commit 5a84c7e6ce52901b7945f8ff329d0e1ff09207a8
Author: Steve <steve@designerwallcoverings.com>
Date: Sat Jul 25 08:49:17 2026 -0700
5x sweep 1: sync visualizer favicon fix into SoundLab hub
---
sounds/synthwave-visualizer/index.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sounds/synthwave-visualizer/index.html b/sounds/synthwave-visualizer/index.html
index a7718e5..18f71d3 100644
--- a/sounds/synthwave-visualizer/index.html
+++ b/sounds/synthwave-visualizer/index.html
@@ -4,6 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Synthwave Visualizer</title>
+ <!-- Inline SVG favicon (retro sun over grid) — avoids a /favicon.ico 404 -->
+ <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3ClinearGradient id='s' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fff27a'/%3E%3Cstop offset='.6' stop-color='%23ff3d81'/%3E%3Cstop offset='1' stop-color='%23b02a8f'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='32' height='32' fill='%2305010f'/%3E%3Ccircle cx='16' cy='13' r='9' fill='url(%23s)'/%3E%3Cg stroke='%2305d9e8' stroke-width='1'%3E%3Cline x1='0' y1='23' x2='32' y2='23'/%3E%3Cline x1='0' y1='28' x2='32' y2='28'/%3E%3Cline x1='16' y1='23' x2='2' y2='32'/%3E%3Cline x1='16' y1='23' x2='30' y2='32'/%3E%3C/g%3E%3C/svg%3E" />
<style>
:root {
--neon-pink: #ff2d95;
← bfb052f SoundLab: sync.sh + sources.tsv scaffold for source-build sy
·
back to Sound Agentabrams
·
chore: sync visualizer cleanup into hub (session close) 07be29e →