mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 02:36:02 +10:00
8 lines
257 B
HTML
8 lines
257 B
HTML
<footer>
|
|
<a href="privacy.html">Privacy Policy</a>
|
|
<p>© 2013-<span id="current-year"></span> Max Litruv Boonzaayer</p>
|
|
<script>
|
|
document.getElementById('current-year').textContent = new Date().getFullYear();
|
|
</script>
|
|
</footer>
|