*siren noises*

This commit is contained in:
2022-08-27 22:53:20 +01:00
parent 0c3381e4d9
commit f796c623d9
2 changed files with 5 additions and 0 deletions

View File

@@ -55,6 +55,11 @@
<source src="wilhelm_scream.ogg" type="audio/ogg">
</audio>
<button type="button" class="btn btn-lg btn-block" onclick="document.getElementById('9').play()">Wilhelm Scream</button>
<audio preload="auto" id="10">
<source src="killbill.ogg" type="audio/mp3">
</audio>
<button type="button" class="btn btn-lg btn-block" onclick="document.getElementById('10').play()">Kill Bill</button>
</div>
</body>
</html>

Binary file not shown.