Replace background music file format from WAV to MP3 and remove the old WAV file.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<div class="music">
|
<div class="music">
|
||||||
<h1>Background Music</h1>
|
<h1>Background Music</h1>
|
||||||
<audio controls autoplay loop>
|
<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.
|
Your browser does not support the audio element.
|
||||||
</audio>
|
</audio>
|
||||||
<p>Music by <a href="https://tangermusic.bandcamp.com">Tanger</a> (not me)</p>
|
<p>Music by <a href="https://tangermusic.bandcamp.com">Tanger</a> (not me)</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user