workflow organisieren

This commit is contained in:
El Haddoury Younes
2026-01-20 14:06:21 +01:00
parent 4c70efcc64
commit d414102b97
5 changed files with 17 additions and 3 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="MainPageStyle.css">
<link rel="stylesheet" href="css/MainPageStyle.css">
</head>
<body>
<h1>Team Game Platform</h1>
@@ -17,12 +17,12 @@
<div class="game-card" onclick="location.href='member2/game.html'">
<h2>Game 2</h2>
<p>Member 2</p>
<p>Streichholzrätsel</p>
</div>
<div class="game-card" onclick="location.href='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'">