moved things to website dir

This commit is contained in:
2025-06-06 12:46:18 +10:00
parent 3df3240ddd
commit f2dbad9d4b
15 changed files with 14 additions and 210 deletions

View File

@@ -1,3 +1,7 @@
<footer>
<a href="privacy.html">Privacy Policy</a>
<p>&copy; 2013-<span id="current-year"></span> Max Litruv Boonzaayer</p>
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</footer>