From e236a906f33b7a8e6ecc5be6499b88180a537865 Mon Sep 17 00:00:00 2001 From: Matthew Florentino Date: Thu, 27 Nov 2025 16:42:20 +0700 Subject: [PATCH] fix: fixing redirect page --- src/game/firstperson.html | 8 ++++---- src/game/thirdperson.html | 12 ++++++------ src/js/thirdperson.js | 2 +- src/onboard.php | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/game/firstperson.html b/src/game/firstperson.html index 900d476..40b370d 100644 --- a/src/game/firstperson.html +++ b/src/game/firstperson.html @@ -4,14 +4,14 @@ firstperson - - + +
- +

selamat datang di python games _____

@@ -24,6 +24,6 @@
- + \ No newline at end of file diff --git a/src/game/thirdperson.html b/src/game/thirdperson.html index af3e17e..6d660a9 100644 --- a/src/game/thirdperson.html +++ b/src/game/thirdperson.html @@ -5,24 +5,24 @@ thirdperson - - + +

PYTHON QUIZ GAME

- bg + bg
- +
- +
- + \ No newline at end of file diff --git a/src/js/thirdperson.js b/src/js/thirdperson.js index 04f6d61..66fc95e 100644 --- a/src/js/thirdperson.js +++ b/src/js/thirdperson.js @@ -30,7 +30,7 @@ setTimeout(() => { }, 500); setTimeout(()=> { - window.location.href = "/src/game/firstperson.html" + window.location.href = "/game/firstperson.html" }, 7000) diff --git a/src/onboard.php b/src/onboard.php index 8019bd3..e5e3af3 100644 --- a/src/onboard.php +++ b/src/onboard.php @@ -24,7 +24,7 @@ session_start(); ?>

👾 codebeater 👾