Feat: add jingle

This commit is contained in:
Dorian Zedler 2022-11-18 13:13:11 +01:00
parent 6497b19061
commit 43fc5305cc
Signed by: dorian
GPG Key ID: 989DE36109AFA354
2 changed files with 10 additions and 0 deletions

View File

@ -7,3 +7,13 @@ title = "Als nächstes geht es raus zum Fun!"
## **Glückwunsch! Du hast das Räzel gelöst :)**
Schau in ein paar Tagen nochmal vorbei ;)
<button onclick="playAudio()">Click mich!</button>
<script>
const audio = new Audio('/sounds/jingle.mp3');
function playAudio() {
audio.play();
}
</script>

BIN
static/sounds/jingle.mp3 Normal file

Binary file not shown.