Last active
January 2, 2019 18:00
-
-
Save alkrauss48/a296e378de4069a86204bbc006ec8d14 to your computer and use it in GitHub Desktop.
Audo-updating copyright footer using JS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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