1
0
This commit is contained in:
matt 2025-02-01 17:27:53 +01:00
parent f46201ca50
commit 98cb492697
2 changed files with 1 additions and 1 deletions

BIN
icons/playbutton.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -250,7 +250,7 @@
<!-- Spielen-Button -->
<button class="button" onclick="window.location.href=`/programmieren/spiele/Flappy-Witch/FlappyWitch.html`>
<div class="button-inner">
<span class="button-text">Play</span>
<span class="button-text"><img src="/icons/playbutton.png" alt="Icon" style="width:20px; height:20px; margin-right:5px;"> Play</span>
</div>
</button>