From aa40caf6536076fbc743fa9fc80fbff933c0b9f5 Mon Sep 17 00:00:00 2001 From: Riya Jawandhiya <48223671+RiyaJ2311@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:43:22 +0530 Subject: [PATCH] Update website location --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f7be7fb..50e95d1 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ el.textContent = total; if (total <= 0) { clearInterval(timeinterval); - window.location = 'https://riya-portfolio.framer.website/'; + window.location = 'https://riyajdesign.framer.website/'; } }, 1000);