Replace background music file format from WAV to MP3 and remove the old WAV file.

This commit is contained in:
2026-02-19 23:27:03 -10:00
parent 3a236a47dc
commit 07662603ba
3 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
<div class="music">
<h1>Background Music</h1>
<audio controls autoplay loop>
<source src="music.wav" type="audio/wav">
<source src="music.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>Music by <a href="https://tangermusic.bandcamp.com">Tanger</a> (not me)</p>

BIN
music.mp3 Normal file

Binary file not shown.

BIN
music.wav

Binary file not shown.