Compare commits

...

2 Commits

Author SHA1 Message Date
El Haddoury Younes
9e7f8152e8 ordnung 2026-01-20 14:37:26 +01:00
El Haddoury Younes
d414102b97 workflow organisieren 2026-01-20 14:06:21 +01:00
10 changed files with 21 additions and 7 deletions

View File

@@ -15,14 +15,14 @@
<p>Member 1</p>
</div>
<div class="game-card" onclick="location.href='member2/game.html'">
<div class="game-card" onclick="location.href='younes/Streichholzreatsel.html'">
<h2>Game 2</h2>
<p>Member 2</p>
<p>Streichholzrätsel</p>
</div>
<div class="game-card" onclick="location.href='WoerterLernen.html'">
<div class="game-card" onclick="location.href='stas/WoerterLernen.html'">
<h2>Game 3</h2>
<p>Member 3</p>
<p>Wörter lernen</p>
</div>
<div class="game-card" onclick="location.href='member4/game.html'">

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meine Website</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Flashcards Generator</h1>
@@ -30,6 +30,6 @@
<button id="kartenErstellen">Karten erstellen</button>
<div id="flashcards-container"></div>
<script src="js/eigenerCode.js"></script>
<script src="eigenerCode.js"></script>
</body>
</html>

View File

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Streichholzrätsel</title>
</head>
<body>
<h1>Streichholzrätsel Game</h1>
</body>
</html>

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 KiB