From 7d80b87ce3d8ba7c2eaa2e2d3a660bb4206e2442 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Tue, 26 May 2026 00:50:25 -0700 Subject: swap bg music to bazaar theme; prune ~90 orphaned media files points the music toggle at /mus/bazaar-theme.mp3 and updates the label. removes img/bg/* and img/static/* assets that nothing on disk references, plus the unused mus/lbm.mp3. mmt.mp3 stays since articles/library.html still embeds it. Co-Authored-By: Claude Opus 4.7 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 3ad0b55..ce3bfc8 100755 --- a/index.html +++ b/index.html @@ -324,7 +324,7 @@ - + @@ -364,7 +364,7 @@ bgm.volume = 0.15; bgm.play(); mtBtn.textContent = '❚❚'; - mtLabel.textContent = '♪ kero kero bonito — flamingo'; + mtLabel.textContent = '♪ a-dog — bazaar theme'; mtBtn.style.background = 'radial-gradient(circle at 30% 25%,white,oklch(75% 0.14 55) 60%,oklch(55% 0.15 35))'; } else { bgm.pause(); -- cgit v1.3-2-g0d8e