add "MIDI" to gamemusic

This commit is contained in:
c 2021-05-25 11:17:29 +02:00
parent 9e686eb60c
commit f1c863fc01
1 changed files with 4 additions and 5 deletions

View File

@ -22,23 +22,22 @@
<audio controls> <audio controls>
<source src="music/timeout.mp3" type="audio/mpeg"> <source src="music/timeout.mp3" type="audio/mpeg">
Your browser does not support the audio element. Your browser does not support the audio element.
</audio> </audio>
</p> </p>
<p>This is me in a soloproject, supported by <a href='https://bbpb.rocks/' target="_blank">bbpb</a>:<br> <p>This is me in a soloproject, supported by <a href='https://bbpb.rocks/' target="_blank">bbpb</a>:<br>
<audio controls> <audio controls>
<source src="music/friendship.mp3" type="audio/mpeg"> <source src="music/friendship.mp3" type="audio/mpeg">
Your browser does not support the audio element. Your browser does not support the audio element.
</audio> </audio>
</p> </p>
<p>This is me writing gamemusic:<br> <p>This is me writing gamemusic (MIDI):<br>
<audio controls> <audio controls>
<source src="music/soundtrack.mp3" type="audio/mpeg"> <source src="music/soundtrack.mp3" type="audio/mpeg">
Your browser does not support the audio element. Your browser does not support the audio element.
</audio> </audio>
</p> </p>
</div> </div>
</body> </body>
</html> </html>