diff --git a/index.html b/index.html
index a01991e..353db56 100644
--- a/index.html
+++ b/index.html
@@ -277,7 +277,7 @@
Get in touch
-
© Aliengine ltd. | 2021 All rights reserved.
+
© Aliengine ltd. | All rights reserved.
diff --git a/js/script.js b/js/script.js
index d2d30c5..4227f50 100644
--- a/js/script.js
+++ b/js/script.js
@@ -27,4 +27,7 @@ function onScroll() {
} else {
navbar.classList.remove("sticky");
}
-}
\ No newline at end of file
+}
+
+var date = new Date();
+document.getElementById("year").innerHTML = date.getFullYear();