From 20f78888db32a06ed1750eaca5ae081672079fa5 Mon Sep 17 00:00:00 2001 From: Atul Kumar Mishra Date: Tue, 24 Dec 2024 07:28:59 +0530 Subject: [PATCH] registrations closed --- index.html | 2 +- js/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3bf21ff2..0ed94b00 100644 --- a/index.html +++ b/index.html @@ -153,7 +153,7 @@

9 & 10 January,2025

-

Registration is extended to 23 Dec

+ diff --git a/js/index.js b/js/index.js index be262c5a..3c995ebb 100644 --- a/js/index.js +++ b/js/index.js @@ -16,7 +16,7 @@ const countdown = setInterval(function() { if (distance < 0) { clearInterval(countdown); - document.getElementById("countdown").innerHTML = "HACKATHON IN PROGRESS"; + document.getElementById("countdown").innerHTML = `Thanks for registering!
Stay tuned for more updates.`; } }, 1000);