From be5bde92688982f9d09d95a76a3dbb4963878130 Mon Sep 17 00:00:00 2001 From: chocomett Date: Mon, 15 Dec 2025 19:01:14 +0700 Subject: [PATCH] fix: last Project --- src/game/loading.html | 13 +++++++++++-- src/js/load.js | 3 --- src/js/main.js | 0 3 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 src/js/load.js delete mode 100644 src/js/main.js diff --git a/src/game/loading.html b/src/game/loading.html index 5acb26c..b26828e 100644 --- a/src/game/loading.html +++ b/src/game/loading.html @@ -1,5 +1,6 @@ + @@ -7,12 +8,20 @@ +
-

Welcome to the Python Quiz!
You’ll face multiple-choice questions designed to test your logic and Python skills.
Let’s see how well you can outsmart the code!

+

Welcome to the Python + Quiz!
You’ll face multiple-choice questions designed to test your logic and Python skills. +
Let’s see how well you can outsmart the code!

- + + \ No newline at end of file diff --git a/src/js/load.js b/src/js/load.js deleted file mode 100644 index d2fee5a..0000000 --- a/src/js/load.js +++ /dev/null @@ -1,3 +0,0 @@ -setTimeout(()=> { - window.location.href = "/game/firstperson.html" -}, 5000) \ No newline at end of file diff --git a/src/js/main.js b/src/js/main.js deleted file mode 100644 index e69de29..0000000