From d414102b9777383046a7ef10eaa7192fbf484d25 Mon Sep 17 00:00:00 2001 From: El Haddoury Younes Date: Tue, 20 Jan 2026 14:06:21 +0100 Subject: [PATCH] workflow organisieren --- MainPage.html | 6 +++--- Streichholzrätsel.html | 14 ++++++++++++++ MainPageStyle.css => css/MainPageStyle.css | 0 css/Streichholzrätsel.css | 0 js/Streichholzrätsel.js | 0 5 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 Streichholzrätsel.html rename MainPageStyle.css => css/MainPageStyle.css (100%) create mode 100644 css/Streichholzrätsel.css create mode 100644 js/Streichholzrätsel.js diff --git a/MainPage.html b/MainPage.html index 5f8a6d7..262d78e 100644 --- a/MainPage.html +++ b/MainPage.html @@ -4,7 +4,7 @@ Game Platform - +

Team Game Platform

@@ -17,12 +17,12 @@

Game 2

-

Member 2

+

Streichholzrätsel

Game 3

-

Member 3

+

Wörter lernen

diff --git a/Streichholzrätsel.html b/Streichholzrätsel.html new file mode 100644 index 0000000..4de0e9b --- /dev/null +++ b/Streichholzrätsel.html @@ -0,0 +1,14 @@ + + + + + + Streichholzrätsel + + +

Streichholzrätsel Game

+ + + + + \ No newline at end of file diff --git a/MainPageStyle.css b/css/MainPageStyle.css similarity index 100% rename from MainPageStyle.css rename to css/MainPageStyle.css diff --git a/css/Streichholzrätsel.css b/css/Streichholzrätsel.css new file mode 100644 index 0000000..e69de29 diff --git a/js/Streichholzrätsel.js b/js/Streichholzrätsel.js new file mode 100644 index 0000000..e69de29