From 45bd4fb7796f739dbc74b9ec697a9f13394c5276 Mon Sep 17 00:00:00 2001 From: Md Rafeeq <97541181+md-rafiq-03@users.noreply.github.com> Date: Mon, 31 Oct 2022 19:43:45 +0530 Subject: [PATCH 1/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 630fc6e..6410a4a 100644 --- a/index.html +++ b/index.html @@ -544,7 +544,7 @@

Follow Us

var myVar; function myFunction() { - myVar = setTimeout(showPage, 1750); + myVar = setTimeout(showPage, 1250); } function showPage() { From 5c7874bcfd33842e68b0cfc52f2f97bdf7bfc7d9 Mon Sep 17 00:00:00 2001 From: Md Rafeeq <97541181+md-rafiq-03@users.noreply.github.com> Date: Mon, 31 Oct 2022 19:44:27 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6410a4a..4958473 100644 --- a/index.html +++ b/index.html @@ -544,7 +544,7 @@

Follow Us

var myVar; function myFunction() { - myVar = setTimeout(showPage, 1250); + myVar = setTimeout(showPage, 1260); } function showPage() {