workflow organisieren
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Game Platform</title>
|
<title>Game Platform</title>
|
||||||
<link rel="stylesheet" href="MainPageStyle.css">
|
<link rel="stylesheet" href="css/MainPageStyle.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Team Game Platform</h1>
|
<h1>Team Game Platform</h1>
|
||||||
@@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
<div class="game-card" onclick="location.href='member2/game.html'">
|
<div class="game-card" onclick="location.href='member2/game.html'">
|
||||||
<h2>Game 2</h2>
|
<h2>Game 2</h2>
|
||||||
<p>Member 2</p>
|
<p>Streichholzrätsel</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="game-card" onclick="location.href='WoerterLernen.html'">
|
<div class="game-card" onclick="location.href='WoerterLernen.html'">
|
||||||
<h2>Game 3</h2>
|
<h2>Game 3</h2>
|
||||||
<p>Member 3</p>
|
<p>Wörter lernen</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="game-card" onclick="location.href='member4/game.html'">
|
<div class="game-card" onclick="location.href='member4/game.html'">
|
||||||
|
|||||||
14
Streichholzrätsel.html
Normal file
14
Streichholzrätsel.html
Normal 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>
|
||||||
0
css/Streichholzrätsel.css
Normal file
0
css/Streichholzrätsel.css
Normal file
0
js/Streichholzrätsel.js
Normal file
0
js/Streichholzrätsel.js
Normal file
Reference in New Issue
Block a user