Compare commits
No commits in common. "94ce4b9f9d2d389f3625d1c00da5a537c41ace7a" and "6e07c35e2be243f84b446911a0211901186ac56d" have entirely different histories.
94ce4b9f9d
...
6e07c35e2b
2 changed files with 0 additions and 10 deletions
|
@ -7,13 +7,3 @@ title = "Als nächstes geht es raus zum Fun!"
|
|||
## **Glückwunsch! Du hast das Rätsel 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>
|
Binary file not shown.
Loading…
Reference in a new issue