1
0
This commit is contained in:
matt 2025-02-01 17:01:45 +01:00
parent f077133e16
commit dc6bec1ff3

View File

@ -221,14 +221,19 @@
<br/>
<div align='center'>
<!-- Spielen-Button -->
<a href="/programmieren/spiele/Flappy-Witch/FlappyWitch.html">
<img src="/icons/spielen-button.png" width="500">
<button class="button" onclick="window.location.href=`/programmieren/spiele/Flappy-Witch/FlappyWitch.html`>
<style>
.button {
transform: scale(4);
}
</style>
<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>
</button>
</a>
<br/><br/>