Skip to content

Instantly share code, notes, and snippets.

@alkrauss48
Last active January 2, 2019 18:00
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 alkrauss48/a296e378de4069a86204bbc006ec8d14 to your computer and use it in GitHub Desktop.
Save alkrauss48/a296e378de4069a86204bbc006ec8d14 to your computer and use it in GitHub Desktop.
Audo-updating copyright footer using JS
<p>
©
<script>document.write(new Date().getFullYear())</script>
<noscript>2019</noscript>
Your Silly Website. All Rights Reserved.
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment