This commit is contained in:
El Haddoury Younes
2026-01-20 14:37:26 +01:00
parent d414102b97
commit 9e7f8152e8
10 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game Platform</title>
<link rel="stylesheet" href="css/MainPageStyle.css">
<link rel="stylesheet" href="MainPageStyle.css">
</head>
<body>
<h1>Team Game Platform</h1>
@@ -15,12 +15,12 @@
<p>Member 1</p>
</div>
<div class="game-card" onclick="location.href='member2/game.html'">
<h2>Game 2</h2>
<p>Streichholzrätsel</p>
<div class="game-card" onclick="location.href='younes/Streichholzreatsel.html'">
<h2>Game 2</h2>
<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>Wörter lernen</p>
</div>

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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 KiB