From e66484e4df25337f7562472d23b9311d4393d688 Mon Sep 17 00:00:00 2001 From: KAKXER <89189991+KAKXER@users.noreply.github.com> Date: Sun, 28 Apr 2024 19:10:22 +0330 Subject: [PATCH] . --- index.html | 2 +- scripts/static.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }); }