---
---
<footer>
<small>
Copyright © <span id="copyright"></span>
All rights reserved
</small>
</footer>
<script>
document.querySelector("#copyright").textContent =
new Date()
.getFullYear()
.toString();
</script>
Created
January 28, 2024 15:45
-
-
Save Lego2012/a4d885a765b11c5e1027953a65a915ea to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment