Compare commits

..

No commits in common. "642969f2aa095fd4f8b317fe38d590273fcc5cbf" and "94ce4b9f9d2d389f3625d1c00da5a537c41ace7a" have entirely different histories.

2 changed files with 12 additions and 2 deletions

View file

@ -4,6 +4,16 @@ title = "Als nächstes geht es raus zum Fun!"
<!--: .wrap .size-10 ..aligncenter -->
<img src="images/logo.png" alt="drawing" width="200"/>
#### Das Warten hat sich gelohnt, hier bekommst du dein neues Rätsel:
## **Glückwunsch! Du hast das Rätsel gelöst :)**
<a class="button" href="files/papa_geburtstag_1.gwc">Download</a>
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.