1
0
This commit is contained in:
matt 2025-02-01 11:37:16 +01:00
parent 1bf873b1ae
commit 6cdb0aecbc

View File

@ -46,8 +46,9 @@
<h1>Flappy Witch</h1>
<div align='center'><img src="/programmieren/spiele/Flappy-Witch/logo.png" width="250vh"></div>
<br/>
<div align='center'><a href="/programmieren/spiele/Flappy-Witch/FlappyWitch.html">
<button class="button">
<div align='center'><a href="/programmieren/spiele/Flappy-Witch/FlappyWitch.html"><img src="/icons/spielen-button.png" width="500vh"></a>
<br/><br/>
<button class="button" onclick="navigator.clipboard.writeText('www.creative-crafter.de/programmieren/spiele/Flappy-Witch/'); alert('copied')">
<div class="icon-container">
<svg viewBox="0 0 24 24" fill="none" class="icon">
<path d="M12 2v20m10-10H2" stroke="currentColor" stroke-width="2"/>
@ -56,26 +57,23 @@
</div>
<div class="content">
<div class="letters">
<span data-label="P" style="--i:0;">P</span>
<span data-label="l" style="--i:1;">l</span>
<span data-label="a" style="--i:2;">a</span>
<span data-label="C" style="--i:0;">C</span>
<span data-label="o" style="--i:1;">o</span>
<span data-label="p" style="--i:2;">p</span>
<span data-label="y" style="--i:3;">y</span>
</div>
</div>
</button>
</a>
<br/><br/>
<button class="button" onclick="navigator.clipboard.writeText('www.creative-crafter.de/programmieren/spiele/Flappy-Witch/'); alert('copied')">
<div class="icon-container">
<svg viewBox="0 0 24 24" fill="none" class="icon">
<path d="M12 2v20m10-10H2" stroke="currentColor" stroke-width="2"/>
<path class="bm" d="M3 3h18v18H3z" stroke="currentColor"/>
</svg>
</div>
<div class="content">
<div class="letters">
<span data-label="C" style="--i:0;">C</span>
<span data-label="o" style="--i:1;">o</span>
<span data-label="p" style="--i:2;">p</span>
<span data-label="y" style="--i:3;">y</span>
</[_{{{CITATION{{{_1{](https://github.com/hd-code/pandoc-docker/tree/07f83c6deeafbff1710c5f7992a97955c298ad61/example%2Fexample.md)[_{{{CITATION{{{_2{](https://github.com/AndreasHeine/opcua-sub-to-websocket/tree/b272dca8c8abf371e5e35f05ce93949bdb775723/README.md)
</div>
<br/><br/><br/>
<div align='center'><img src="/programmieren/spiele/Flappy-Witch/FlappyWitch1.png" width="250vh"> <img src="/programmieren/spiele/Flappy-Witch/FlappyWitch2.png" width="250vh"></div>
<script>
// Ladeanimation beim Laden der Seite anzeigen
document.body.classList.add('loading');
// Ladeanimation entfernen, wenn die Seite vollständig geladen ist
window.addEventListener('load', () => {
document.body.classList.remove('loading');
});
</script>
</body>
</html>