ordnung
This commit is contained in:
@@ -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>
|
||||
@@ -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 |
Reference in New Issue
Block a user