From f96acf5e3a5b559a8e849b51b0f57ae6174267df Mon Sep 17 00:00:00 2001 From: Mehwish Date: Thu, 2 Oct 2025 18:19:58 +0530 Subject: [PATCH] Made the copyright year dynamic --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e36a1dd..788c71a 100644 --- a/index.html +++ b/index.html @@ -453,7 +453,7 @@

3 Days Forecast

Weather App

-

Copyrights © 2024

+

Copyrights ©

@@ -465,6 +465,7 @@

Weather App

script.src = 'js/modal.js'; document.head.appendChild(script); } + document.getElementById('year').textContent = new Date().getFullYear();