Wilhelm Scream

This commit is contained in:
2022-07-02 21:55:15 +01:00
parent bad0e38698
commit 0c3381e4d9
2 changed files with 5 additions and 0 deletions

View File

@@ -50,6 +50,11 @@
<source src="sarcasm.mp3" type="audio/mp3">
</audio>
<button type="button" class="btn btn-lg btn-block" onclick="document.getElementById('8').play()">Sarcasm</button>
<audio preload="auto" id="9">
<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>
</div>
</body>
</html>

Binary file not shown.