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.
This commit is contained in:
2026-02-20 15:16:31 -10:00
parent 60126788ea
commit a8e738d079
2 changed files with 7 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
<h1 class="content">Life</h1>
<p class="mini-text"><i>February 20th 2026</i></p>
<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>
<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>
</div>
<div class="music">
<h1>Background Music</h1>
@@ -35,7 +36,7 @@
<p class="mini-text"><i>Please enable autoplay for the best experience</i></p>
</div>
<div>
<footer>
<footer class="content">
<br><br><br>
<img class="eeto" src="https://zane.org/buttons/i-love-physical-media-button-cd.gif">
<img class="eeto" src="https://jack-dawlia.neocities.org/image/blue-favourite.gif">
@@ -56,7 +57,7 @@
<img class="eeto" src="https://zane.org/buttons/emoticon.gif">
<img class="eeto" src="https://zane.org/buttons/imissxp.gif">
<img class="eeto" src="">
<br><br><p class="mini-text"><i>Running since February 19th 2026</i></p>
<div class="content">
</footer>
</body>
</html>