chore: Final Fixes
This commit is contained in:
parent
538aced688
commit
d27668a877
3 changed files with 14 additions and 5 deletions
|
|
@ -62,8 +62,8 @@
|
|||
</center>
|
||||
</main>
|
||||
<footer>
|
||||
<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>
|
||||
<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");
|
||||
|
|
|
|||
|
|
@ -87,8 +87,13 @@
|
|||
</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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue