Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Created January 28, 2024 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lego2012/a4d885a765b11c5e1027953a65a915ea to your computer and use it in GitHub Desktop.
Save Lego2012/a4d885a765b11c5e1027953a65a915ea to your computer and use it in GitHub Desktop.
---
---

<footer>
    <small>
        Copyright &copy; <span id="copyright"></span>
        All rights reserved
    </small>
</footer>

<script>
    document.querySelector("#copyright").textContent =
    new Date()
        .getFullYear()
        .toString();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment