Skip to content

Commit a8e738d

Browse files
committed
Update content and structure in index.html and links.html
- Added a note in index.html acknowledging AI's assistance in typo correction. - Enhanced footer structure in index.html by adding a content class. - Updated links.html with a new class for the unordered list and added a last updated date for clarity.
1 parent 6012678 commit a8e738d

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h1 class="content">Welcome to my website :D</h1>
2323
<h1 class="content">Life</h1>
2424
<p class="mini-text"><i>February 20th 2026</i></p>
2525
<p>Hello! I just spent most of my time revamping this site, now its apart of the web-revival! I want to be fully honest... the old site that was here was wrote by AI. AI is souless, it has no purpose. It shouldn't be enslaved not because it deserves rights but instead because its really bad at actually working. This site was written entirely by me, with AI only helping me with remembering HTML tags.</p>
26+
<p class="mini-text">Edit 1: AI has also helped me with finding typos and errors in the code. I swear the majority of this site was wrote by me!</p>
2627
</div>
2728
<div class="music">
2829
<h1>Background Music</h1>
@@ -35,7 +36,7 @@ <h1>Background Music</h1>
3536
<p class="mini-text"><i>Please enable autoplay for the best experience</i></p>
3637
</div>
3738
<div>
38-
<footer>
39+
<footer class="content">
3940
<br><br><br>
4041
<img class="eeto" src="https://zane.org/buttons/i-love-physical-media-button-cd.gif">
4142
<img class="eeto" src="https://jack-dawlia.neocities.org/image/blue-favourite.gif">
@@ -56,7 +57,7 @@ <h1>Background Music</h1>
5657
<img class="eeto" src="https://zane.org/buttons/emoticon.gif">
5758
<img class="eeto" src="https://zane.org/buttons/imissxp.gif">
5859
<img class="eeto" src="">
59-
<br><br><p class="mini-text"><i>Running since February 19th 2026</i></p>
60+
<div class="content">
6061
</footer>
6162
</body>
6263
</html>

links.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@
1010
<body>
1111
<header>
1212
<a href="index.html"><img class="logo" src="logo.gif" alt="logo"></a>
13-
<br>
14-
<br>
13+
<br><br>
1514
<img class="eeto" src="https://anlucas.neocities.org/under-con.gif" alt="Under Construction">
1615
<a href="https://zaney.atabook.org/"><img class="eeto" src="https://zane.org/buttons/guestbook.gif"></a>
1716
</header>
1817
<h1>Cool Links</h1>
1918
<p>These are some cool websites I have found and want to share with you.</p>
2019
<br>
21-
<ul>
20+
<ul class="content">
2221
<li>
2322
<p><a href="https://vimm.net">Vimm's Lair</a> - A website that has resources for playing older titles! It features pages dedicated to emulators, every ROM (out of 33 consoles and counting), ROM hacks, manuals, and even more links!</p>
2423
</li>
@@ -29,6 +28,7 @@ <h1>Cool Links</h1>
2928
<p><a href="https://github.com/alexta69/metube">MeTube</a> - This isn't really a website but its worth adding. MeTube is a fork of yt-dlp that adds a really nice WebUI. I use it a lot and I feel that you should too! I feel that for what it is people should self-host it more.</p>
3029
</li>
3130
</ul>
31+
<br><br><p class="mini-text"><i>Last Updated: February 20th 2026</i></p>
3232
<br><br><br>
3333
<h1>Check out my internet neighbors!</h1>
3434
<p>These people are on the internet and have cool websites to link to on my website.</p>
@@ -43,6 +43,7 @@ <h1>Check out my internet neighbors!</h1>
4343
<a class="why-are-you-looking-at-my-code" href="https://disc-content.neocities.org" target="_blank"><img class="why-are-you-looking-at-my-code" src="https://disc-content.neocities.org/images/disc-content-button.gif"></a>
4444
<a class="why-are-you-looking-at-my-code" href="https://humanfly.neocities.org" target="_blank"><img class="why-are-you-looking-at-my-code" src="https://humanfly.neocities.org/Images/button.gif"></a>
4545
<br>
46+
<br><br><p class="mini-text"><i>Last Updated: February 20th 2026</i></p>
4647
<br>
4748
<h2>Link Me!</h2>
4849
<p>Please add me to your links page using this simple line of code!</p>

0 commit comments

Comments
 (0)