chore: Final Fixes

This commit is contained in:
MattTheTekie 2024-11-26 17:18:21 -05:00
commit d27668a877
3 changed files with 14 additions and 5 deletions

View file

@ -84,8 +84,12 @@
</main>
<footer>
<p>© 2024 Venith Network. All Rights Reserved.</p>
<p>© <span id="year">20??</span> <a href=""#">Venith Network</a> - All Rights Reserved.</p>
<p>Made By <a href="https://github.com/MattTheTekie/" target="_blank">MattTheTekie</a>.</p>
</footer>
<script>
let year = document.getElementById("year");
year.innerHTML = new Date().getFullYear();
</script>
</body>
</html>