aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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();