Compare commits
2 Commits
4c70efcc64
...
9e7f8152e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e7f8152e8 | ||
|
|
d414102b97 |
@@ -15,14 +15,14 @@
|
||||
<p>Member 1</p>
|
||||
</div>
|
||||
|
||||
<div class="game-card" onclick="location.href='member2/game.html'">
|
||||
<h2>Game 2</h2>
|
||||
<p>Member 2</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>Member 3</p>
|
||||
<p>Wörter lernen</p>
|
||||
</div>
|
||||
|
||||
<div class="game-card" onclick="location.href='member4/game.html'">
|
||||
@@ -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>
|
||||
0
MainPage/younes/Streichholzreatsel.css
Normal file
0
MainPage/younes/Streichholzreatsel.css
Normal file
14
MainPage/younes/Streichholzreatsel.html
Normal file
14
MainPage/younes/Streichholzreatsel.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
MainPage/younes/Streichholzreatsel.js
Normal file
0
MainPage/younes/Streichholzreatsel.js
Normal file
Binary file not shown.
|
Before Width: | Height: | Size: 440 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 576 KiB |
Reference in New Issue
Block a user