From 145f1d75ede398cf1450d8d5eb2b31b70a54a4b9 Mon Sep 17 00:00:00 2001 From: Adarsh Gupta Date: Mon, 3 Mar 2025 22:03:25 +0530 Subject: [PATCH] ending of project --- .DS_Store | Bin 8196 -> 8196 bytes index.html | 4 ++-- script/countdown.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.DS_Store b/.DS_Store index eddb0a8f2509563de60ba0cc437ded632e003c98..1bbcba827b8f928a14be0bf9aa7785fb964c88ee 100644 GIT binary patch delta 41 xcmZp1XmOa}&nUGqU^hRb)Mg%m`z(vu#h5lW$S`hZm-xoASyJpB}DQ;`z+>c48;ru4EYR23?&T3o;mr+NjdpR3=9kc3=B*_ z%<$$v7ywxe3`lAxpA$MMiNt3pE( @@ -1914,4 +1914,4 @@

Welcome to UDGAM 2025!

}); - \ No newline at end of file +} diff --git a/script/countdown.js b/script/countdown.js index 0242866..957eb57 100644 --- a/script/countdown.js +++ b/script/countdown.js @@ -24,6 +24,6 @@ const countdown = setInterval(function () { // If the countdown is finished, display a message if (distance < 0) { clearInterval(countdown); - document.getElementById('countdown').innerHTML = "UDGAM HAS BEGUN!"; + document.getElementById('countdown').innerHTML = "UDGAM 2025 HAS ENDED!"; } }, 1000); \ No newline at end of file