aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-26 00:50:25 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-26 00:50:25 -0700
commit7d80b87ce3d8ba7c2eaa2e2d3a660bb4206e2442 (patch)
treee1e84c3bc5aa8294fca219409b539addc3a98004 /index.html
parent82e774cc044bb47a6adfa102bf36e8400e8001d5 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 3ad0b55..ce3bfc8 100755
--- a/index.html
+++ b/index.html
@@ -324,7 +324,7 @@
</div>
</div>
- <audio id="bgm" src="/mus/mmt.mp3" loop preload="none"></audio>
+ <audio id="bgm" src="/mus/bazaar-theme.mp3" loop preload="none"></audio>
</div>
<script src="aero.js"></script>
@@ -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();