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();