aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-11-05 21:32:10 +0530
committerGitHub <[email protected]>2025-11-05 21:32:10 +0530
commit303fb033047272363dc92cc25723272362030c32 (patch)
tree4c9f51550a58d8efcb91f2313aab15a73c2499b1
parentb5cdc7664cef6c4bba777e2c58e4bb236c573104 (diff)
downloadunwordled-303fb033047272363dc92cc25723272362030c32.tar.xz
unwordled-303fb033047272363dc92cc25723272362030c32.zip
Update current year dynamically in footer
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index e2e2126..ae8ed8d 100644
--- a/index.html
+++ b/index.html
@@ -162,6 +162,9 @@
</footer>
<canvas id="ogCanvas" style="display: none;"></canvas>
+ <script>
+ document.getElementById('currentYear').textContent = new Date().getFullYear();
+ </script>
<script src="og-generator.js"></script>
<script src="script.js"></script>
</body>