1
0
This commit is contained in:
matt 2025-02-01 16:59:07 +01:00
parent e6013eb332
commit f077133e16

View File

@ -223,6 +223,13 @@
<!-- Spielen-Button --> <!-- Spielen-Button -->
<a href="/programmieren/spiele/Flappy-Witch/FlappyWitch.html"> <a href="/programmieren/spiele/Flappy-Witch/FlappyWitch.html">
<img src="/icons/spielen-button.png" width="500"> <img src="/icons/spielen-button.png" width="500">
<button class="button" onclick="window.location.href=`/programmieren/spiele/Flappy-Witch/FlappyWitch.html`>
<div class="button-inner">
<span class="button-text">Play</span>
</div>
</button>
</a> </a>
<br/><br/> <br/><br/>
<!-- Neuer Teilen-Button --> <!-- Neuer Teilen-Button -->