Files
ZanePersonal/index.html
Zane V 997275297c Add Edit 2 note in index.html regarding new information page for AI usage
- Added a new paragraph under the main content to inform users about the addition of an information page related to AI usage on the site.
2026-02-20 20:40:43 -10:00

84 lines
5.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zane :P</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.png">
</head>
<body>
<header>
<a href="index.html"><img class="logo" src="logo.gif" alt="logo"></a>
<br>
<br>
<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">
<a href="https://zane.org"><img class="nav-item" src="https://zane.org/buttons/cd.gif"><br>Home</a>
<br><br>
<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>
<div class="content">
<h1 class="content">Welcome to my website :D</h1>
<p>Hello! I am Zane, a young person and total [[BIG SHOT]] that feels like 2000s internet was peak but wasn't lucky enough to experience it. If you are web surfing then I think you will enjoy going to the <a href="links.html">links page</a> but if you are just here randomly then settle down and enjoy the song I picked out for you. Below you can see my updates on life, but I don't post often.</p>
</div>
<div class="content">
<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 a part 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>
<p class="mini-text">Edit 2: I have added a information page if you want the latest information regarding AI usage on this site.</p>
</div>
<div class="music">
<h1>Background Music</h1>
<img class="song-cover" src="swsd-logo.jpg" alt="song cover">
<p><a href="https://tangermusic.bandcamp.com/track/somewhere-someday">somewhere, someday</a> - <a href="https://tangermusic.bandcamp.com">Tanger</a></p>
<audio id="bg-music" controls autoplay loop>
<source src="music.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p class="mini-text"><i>Please enable autoplay for the best experience</i></p>
</div>
<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">
<a href="https://store.steampowered.com/app/400/Portal/"><img class="eeto" src="https://jack-dawlia.neocities.org/image/i-love-portal.gif"></a>
<img class="eeto" src="https://jack-dawlia.neocities.org/image/gif/jd-house-huh-button.gif">
<img class="eeto" src="https://jack-dawlia.neocities.org/image/gif/button-lover-button.gif">
<a href="https://www.youtube.com/watch?v=5um2gebyPtA"><img class="eeto" src="https://jack-dawlia.neocities.org/image/gif/bad-at-spelling-button.gif"></a>
<a href="https://frame.work"><img class="eeto" src="https://jack-dawlia.neocities.org/image/right-to-repair.gif"></a>
<a href="https://archive.org/details/netscape-navigator-4.0.4"><img class="eeto" src="https://anlucas.neocities.org/browser.gif"></a>
<img class="eeto" src="https://anlucas.neocities.org/linux_now.gif">
<a href="https://vimm.net/vault"><img class="eeto" src="https://anlucas.neocities.org/piracy.gif"></a>
<img class="eeto" src="https://zane.org/buttons/fspeech96.gif">
<a href="https://previews.123rf.com/images/bolkins/bolkins1406/bolkins140600029/29493863-illustration-of-economic-type-pressure-capitalism.jpg"><img class="eeto" src="https://zane.org/buttons/crushit.gif"></a>
<a href="https://yesterweb.org/no-to-web3/"><img class="eeto" src="https://auzziejay.com/images/noweb32.gif"></a>
<a href="https://home-assistant.io"><img class="eeto" src="https://zane.org/buttons/home-assistant.gif"></a>
<img class="eeto" src="https://zane.org/buttons/bestview.gif">
<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">
<!-- template: <img class="eeto" src=""> -->
<img class="blinkies" src="https://zane.org/buttons/happiness.gif">
<p class="mini-evil-text"><i>I AM NOT FRIENDLY TO MOBILE USERS HAHAHAHAHAHA</i></p>
</footer>
<script>
const music = document.getElementById("bg-music");
function tryPlayMusic() {
if (music && music.paused) {
music.play().catch(() => {});
}
}
window.addEventListener("click", tryPlayMusic, { once: true });
</script>
</body>
</html>