From f010692a1f91be1d90560fc9aa5bdfd9916c600a Mon Sep 17 00:00:00 2001 From: BelsethUwU Date: Fri, 6 Oct 2023 17:40:17 +0200 Subject: [PATCH] Fix : few bugs --- MultiplayerGame.php => Website/MultiplayerGame.php | 2 +- SoloGame.php => Website/SoloGame.php | 2 +- head.html => Website/head.html | 0 index.php => Website/index.php | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename MultiplayerGame.php => Website/MultiplayerGame.php (98%) rename SoloGame.php => Website/SoloGame.php (97%) rename head.html => Website/head.html (100%) rename index.php => Website/index.php (91%) diff --git a/MultiplayerGame.php b/Website/MultiplayerGame.php similarity index 98% rename from MultiplayerGame.php rename to Website/MultiplayerGame.php index d492855..e2c934a 100644 --- a/MultiplayerGame.php +++ b/Website/MultiplayerGame.php @@ -1,5 +1,5 @@ - + diff --git a/SoloGame.php b/Website/SoloGame.php similarity index 97% rename from SoloGame.php rename to Website/SoloGame.php index d811588..edd4a8e 100644 --- a/SoloGame.php +++ b/Website/SoloGame.php @@ -1,5 +1,5 @@ - + diff --git a/head.html b/Website/head.html similarity index 100% rename from head.html rename to Website/head.html diff --git a/index.php b/Website/index.php similarity index 91% rename from index.php rename to Website/index.php index 6f753fa..7dc11e4 100644 --- a/index.php +++ b/Website/index.php @@ -1,7 +1,7 @@ - +