From 79c989dc94dbc06acb2228a53f77ea59fa968759 Mon Sep 17 00:00:00 2001 From: Necrosis404 <160824559+Necrosis404@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:50:53 +0530 Subject: [PATCH 1/2] Update index.html --- index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/index.html b/index.html index 373e634..c2f6c59 100644 --- a/index.html +++ b/index.html @@ -471,6 +471,52 @@

Find us on

+ + + + + + + + + From 12d95d1b4f82847ec8b732bff0faab0e9cf7a1ee Mon Sep 17 00:00:00 2001 From: Necrosis404 <160824559+Necrosis404@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:28:00 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c2f6c59..80093f0 100644 --- a/index.html +++ b/index.html @@ -471,6 +471,8 @@

Find us on

+ + @@ -510,7 +512,7 @@

Find us on

} }; - // When STT button clicked, scroll to top + // When STT button clicked it Scrolls to Top function topFunction() { document.body.scrollTop = 0; // Safari document.documentElement.scrollTop = 0;