Skip to content

Commit a480536

Browse files
committed
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.
1 parent 78c977f commit a480536

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

info.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
<a href="https://zane.org/links.html"><img class="nav-item" src="https://zane.org/buttons/globe05.gif"><br>Links</a>
2020
<br><br>
2121
<a href="https://zaney.atabook.org/"><img class="nav-item" src="https://zane.org/buttons/gb.gif"><br>Guestbook</a>
22+
<br><br>
23+
<a href="https://zane.org/info.html"><img class="nav-item" src="https://zane.org/buttons/info.gif"><br>Information</a>
2224
</div>
2325
</header>
24-
<h1>What elements are AI?</h1>
25-
<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>
26+
<h1 class="content">What elements are AI?</h1>
27+
<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>
2628
</body >
2729
</html>

links.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<a href="https://zane.org/links.html"><img class="nav-item" src="https://zane.org/buttons/globe05.gif"><br>Links</a>
2020
<br><br>
2121
<a href="https://zaney.atabook.org/"><img class="nav-item" src="https://zane.org/buttons/gb.gif"><br>Guestbook</a>
22+
<br><br>
23+
<a href="https://zane.org/info.html"><img class="nav-item" src="https://zane.org/buttons/info.gif"><br>Information</a>
2224
</div>
2325
</header>
2426
<h1>Cool Links</h1>

0 commit comments

Comments
 (0)