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