diff --git a/index.html b/index.html
index b91b324..0ec260c 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
██╔═██╗ ██╔══██║██╔═██╗ ██╔██╗ ██╔══╝ ██╔══██╗
██║ ██╗██║ ██║██║ ██╗██╔╝ ██╗███████╗██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
-Made with ❤️ by KAKXER, Copyright © 2023 All rights of this site are reserved
+Made with ❤️ by KAKXER, Copyright © 2024 All rights of this site are reserved
-->
diff --git a/scripts/static.js b/scripts/static.js
index 05a514e..b5c3c11 100644
--- a/scripts/static.js
+++ b/scripts/static.js
@@ -67,7 +67,7 @@ function RequestLoadPage() {
$(".container").css("opacity", 1);
}, 400);
}).catch(error => console.error('Error:', error)).finally(() => {
- setTimeout(RequestLoadPage, 5000);
+ setTimeout(RequestLoadPage, 2000);
});
}