1
0

github verknüpfung und neuses snake

This commit is contained in:
2025-04-21 20:48:35 +02:00
parent 7013e330ac
commit 75aca82533
4 changed files with 234 additions and 46 deletions

@ -73,7 +73,7 @@
color: white;
font-size: 1.5em; /* Textgröße anpassen */
}
</style>
</head>
<body>
@ -85,6 +85,8 @@
color="black"
></l-quantum>
</div>
<br>
<br>
<!-- Deine anderen Inhalte hier -->
<h1><img src="/icons/Controller.png" height="150svh">
@ -92,6 +94,19 @@
Creative Crafter</h1>
<h3>Hey there! I'm Creative Crafter, your go-to gamer. On this website, I showcase my latest and greatest games.<br/>
Note: All games are available in German <span>&#x1F1E9;&#x1F1EA;</span> only. Enjoy the adventure!</h3>
<br>
<header>
<div style="display: flex; gap: 10px; align-items: center;">
<a href="https://github.com/Creative-Crafter" target="_blank">
<img src="/icons/github-alt-brands.svg" height="25" alt="GitHub" style="cursor: pointer;" />
</a>
<a href="mailto:info@creative-crafter.de">
<img src="/icons/email.svg" height="25" alt="E-Mail" style="cursor: pointer;" />
</a>
</div>
</header>
<br>
<h2><img src="/icons/spiele.png" height="25vh">Categories</h2>
<!-- Button hinzufügen -->
@ -107,7 +122,7 @@
</div>
</button>
<footer><a href="mailto:info@creative-crafter.de">info@creative-crafter.de</a> | <i id="footer-text"></i></footer>
<footer><i id="footer-text"></i></footer>
<script>
// Ladeanimation beim Laden der Seite anzeigen
document.body.classList.add('loading');