neu
This commit is contained in:
parent
6b3699f0fe
commit
1bf873b1ae
@ -46,9 +46,8 @@
|
|||||||
<h1>Flappy Witch</h1>
|
<h1>Flappy Witch</h1>
|
||||||
<div align='center'><img src="/programmieren/spiele/Flappy-Witch/logo.png" width="250vh"></div>
|
<div align='center'><img src="/programmieren/spiele/Flappy-Witch/logo.png" width="250vh"></div>
|
||||||
<br/>
|
<br/>
|
||||||
<div align='center'><a href="/programmieren/spiele/Flappy-Witch/FlappyWitch.html"><img src="/icons/spielen-button.png" width="500vh"></a>
|
<div align='center'><a href="/programmieren/spiele/Flappy-Witch/FlappyWitch.html">
|
||||||
<br/><br/>
|
<button class="button">
|
||||||
<button class="button" onclick="navigator.clipboard.writeText('www.creative-crafter.de/programmieren/spiele/Flappy-Witch/'); alert('copied')">
|
|
||||||
<div class="icon-container">
|
<div class="icon-container">
|
||||||
<svg viewBox="0 0 24 24" fill="none" class="icon">
|
<svg viewBox="0 0 24 24" fill="none" class="icon">
|
||||||
<path d="M12 2v20m10-10H2" stroke="currentColor" stroke-width="2"/>
|
<path d="M12 2v20m10-10H2" stroke="currentColor" stroke-width="2"/>
|
||||||
@ -57,24 +56,26 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="letters">
|
<div class="letters">
|
||||||
<span data-label="C" style="--i:0;">C</span>
|
<span data-label="P" style="--i:0;">P</span>
|
||||||
<span data-label="o" style="--i:1;">o</span>
|
<span data-label="l" style="--i:1;">l</span>
|
||||||
<span data-label="p" style="--i:2;">p</span>
|
<span data-label="a" style="--i:2;">a</span>
|
||||||
<span data-label="y" style="--i:3;">y</span>
|
<span data-label="y" style="--i:3;">y</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</a>
|
||||||
<br/><br/><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>
|
<button class="button" onclick="navigator.clipboard.writeText('www.creative-crafter.de/programmieren/spiele/Flappy-Witch/'); alert('copied')">
|
||||||
<script>
|
<div class="icon-container">
|
||||||
// Ladeanimation beim Laden der Seite anzeigen
|
<svg viewBox="0 0 24 24" fill="none" class="icon">
|
||||||
document.body.classList.add('loading');
|
<path d="M12 2v20m10-10H2" stroke="currentColor" stroke-width="2"/>
|
||||||
// Ladeanimation entfernen, wenn die Seite vollständig geladen ist
|
<path class="bm" d="M3 3h18v18H3z" stroke="currentColor"/>
|
||||||
window.addEventListener('load', () => {
|
</svg>
|
||||||
document.body.classList.remove('loading');
|
</div>
|
||||||
});
|
<div class="content">
|
||||||
</script>
|
<div class="letters">
|
||||||
</body>
|
<span data-label="C" style="--i:0;">C</span>
|
||||||
</html>
|
<span data-label="o" style="--i:1;">o</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)
|
<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)
|
Loading…
x
Reference in New Issue
Block a user