Add "Information" link to info.html and links.html for improved navigation

- Added a new "Information" link to both info.html and links.html.
- Updated the heading and paragraph classes in info.html for better styling consistency.
This commit is contained in:
2026-02-20 20:38:16 -10:00
parent 78c977fc8b
commit a480536589
2 changed files with 6 additions and 2 deletions

View File

@@ -19,9 +19,11 @@
<a href="https://zane.org/links.html"><img class="nav-item" src="https://zane.org/buttons/globe05.gif"><br>Links</a>
<br><br>
<a href="https://zaney.atabook.org/"><img class="nav-item" src="https://zane.org/buttons/gb.gif"><br>Guestbook</a>
<br><br>
<a href="https://zane.org/info.html"><img class="nav-item" src="https://zane.org/buttons/info.gif"><br>Information</a>
</div>
</header>
<h1>What elements are AI?</h1>
<p>The only AI written code as of Feb 20th 2026 on this site is the code for music playback on the homepage. It uses javascript to play the music when you click anywhere (if the music isn't already playing).</p>
<h1 class="content">What elements are AI?</h1>
<p class="content">The only AI written code as of Feb 20th 2026 on this site is the code for music playback on the homepage. It uses javascript to play the music when you click anywhere (if the music isn't already playing).</p>
</body >
</html>

View File

@@ -19,6 +19,8 @@
<a href="https://zane.org/links.html"><img class="nav-item" src="https://zane.org/buttons/globe05.gif"><br>Links</a>
<br><br>
<a href="https://zaney.atabook.org/"><img class="nav-item" src="https://zane.org/buttons/gb.gif"><br>Guestbook</a>
<br><br>
<a href="https://zane.org/info.html"><img class="nav-item" src="https://zane.org/buttons/info.gif"><br>Information</a>
</div>
</header>
<h1>Cool Links</h1>