<!DOCTYPE html> <html lang="de"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Creative Crafter</title> <link href="" rel="stylesheet"> <style> @font-face { font-family: "Titillium"; src: url("/Titillium-Web-Regular.ttf"); } body { font-family: 'Titillium'; height: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; text-align: center; background-color: #e6f7ff; /* Leichtes Blau */ } h1 { text-align: center; } h2 { text-align: center; } h1, h2, h3 { text-align: center; } .category-container { width: 80%; max-width: 800px; margin-top: 20px; } .category { padding: 15px; border: 1px solid #ccc; border-radius: 8px; margin: 10px 0; background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); text-align: left; } .category-title { font-size: 1.2em; font-weight: bold; margin-bottom: 5px; } .category-description { font-size: 1em; margin-bottom: 10px; } .category a { color: #007bff; text-decoration: none; } .category a:hover { text-decoration: underline; } </style> </head> <body> <h1><img src="/icons/Controller.png" height="150svh"><br/>Creative Crafter</h1> <h1>My Games</h1> <div class="category-container"> <div class="category"> <div class="category-title">Klick the Witch</div> <div class="category-description">Klick the Witch is a mini-game. Tap evil witches for points, avoid good ones, and manage 3 lives.</div> <a href="/programmieren/spiele/klick-the-witch">Mehr erfahren</a> </div> <div class="category"> <div class="category-title">Flappy Witch</div> <div class="category-description">Help the witch navigate through the pipes, collecting points and avoiding obstacles. Test your skills in this magical adventure!</div> <a href="/programmieren/spiele/Flappy-Witch">Mehr erfahren</a> </div> <div class="category"> <div class="category-title">Capybara Jump and Run</div> <div class="category-description">Collect apples for points, avoid deadly spikes. Guide your capybara to a fun and thrilling adventure. Play now!</div> <a href="/programmieren/spiele/capybara-jump-and-run">Mehr erfahren</a> </div> <div class="category"> <div class="category-title">Fruit or No</div> <div class="category-description">Tap fruits for points. Let non-food items fall. Test reflexes in this fast-paced, fun game.</div> <a href="/programmieren/spiele/fruit-or-no">Mehr erfahren</a> </div> <div class="category"> <div class="category-title">Sweets for Animals</div> <div class="category-description">Tap the cat for cakes, bunny for donuts. Give Sweets away.</div> <a href="/programmieren/spiele/sweets-for-animals">Mehr erfahren</a> </div> <div class="category"> <div class="category-title">Snake Game</div> <div class="category-description">Experience the timeless classic by guiding the snake, collecting food, avoiding collisions! Play now.</div> <a href="/programmieren/spiele/snake">Mehr erfahren</a> </div> </div> </body> </html>