Refactor navigation and footer elements in index.html and links.html

- Removed outdated "Navigator Ultimate" header from both index.html and links.html for a cleaner layout.
- Added a new guestbook link in links.html for improved navigation.
- Introduced a new CSS class for mini-evil-text to enhance footer styling in index.html.
- Adjusted CSS for nav-item positioning to improve visual alignment.
This commit is contained in:
2026-02-20 16:53:17 -10:00
parent 28ee28b1e4
commit 97470b7faa
4 changed files with 14 additions and 6 deletions

View File

@@ -15,7 +15,6 @@
<img class="eeto" src="https://anlucas.neocities.org/under-con.gif" alt="Under Construction">
<a href="https://zaney.atabook.org/"><img class="eeto" src="https://zane.org/buttons/guestbook.gif"></a>
<div class="nav-container">
<h4 class="nav-item">Navigator Ultimate <p class="mini-text">Trial Version</p></h4>
<a href="https://zane.org"><img class="nav-item" src="https://anlucas.neocities.org/42.gif"><br>Home</a>
<br><br>
<a href="https://zane.org/links.html"><img class="nav-item" src="https://anlucas.neocities.org/globe05.gif"><br>Links</a>
@@ -43,7 +42,6 @@
</audio>
<p class="mini-text"><i>Please enable autoplay for the best experience</i></p>
</div>
<div>
<footer class="content">
<br><br><br>
<img class="eeto" src="https://zane.org/buttons/i-love-physical-media-button-cd.gif">
@@ -64,7 +62,9 @@
<a href="mailto:zane@zane.org"><img class="eeto" src="https://zane.org/buttons/email-icon.gif"></a>
<img class="eeto" src="https://zane.org/buttons/emoticon.gif">
<img class="eeto" src="https://zane.org/buttons/imissxp.gif">
<img class="eeto" src="">
<!-- template: <img class="eeto" src=""> -->
<img src="https://zane.org/buttons/happiness.gif">
<p class="mini-evil-text"><i>I AM NOT FRIENDLY TO MOBILE USERS HAHAHAHAHAHA</i></p>
</footer>
</body>
</html>