Add favicon and enhance content structure

- Added a favicon link to both index.html and links.html.
- Wrapped main content in a div for better structure in index.html.
- Updated footer links to open in new tabs and added new links in links.html.
- Introduced new CSS classes for song cover and mini text styling.
This commit is contained in:
2026-02-20 08:07:04 -10:00
parent 07662603ba
commit 9a6952de30
6 changed files with 46 additions and 17 deletions

View File

@@ -5,6 +5,7 @@
<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>
@@ -15,15 +16,18 @@
</header>
<h1>Check out my internet neighbors!</h1>
<p>These people are on the internet and have cool websites to link to on my website.</p>
<a class="why-are-you-looking-at-my-code" href="https://melonking.net"><img class="why-are-you-looking-at-my-code" src="https://lu.tiny-universes.net/images-links/melonking.gif" alt="Melonking"></a>
<a class="why-are-you-looking-at-my-code" href="https://plumbum.neocities.org/"><img class="why-are-you-looking-at-my-code" src="https://plumbum.neocities.org/Button.png"></a>
<a class="why-are-you-looking-at-my-code" href="https://nostalgic.neocities.org"><img class="why-are-you-looking-at-my-code" src="https://zane.org/buttons/nostalgic.gif"></a>
<a class="why-are-you-looking-at-my-code" href="https://cinni.net"><img class="why-are-you-looking-at-my-code" src="https://cinni.net/images/button/cinni_angelbutton3.gif"></a>
<a class="why-are-you-looking-at-my-code" href="https://hotlinecafe.com"><img class="why-are-you-looking-at-my-code" src="https://hotlinecafe.com/buttons/hotlinecafebutton3.gif"></a>
<a class="why-are-you-looking-at-my-code" href="https://raining-starss.neocities.org/index.html"><img class="why-are-you-looking-at-my-code" src="https://raining-starss.neocities.org/raining-starss-button%20(1).gif"></a>
<a class="why-are-you-looking-at-my-code" href="https://starlocked.neocities.org" "target="_blank"><img class="why-are-you-looking-at-my-code" src="https://64.media.tumblr.com/de2c05764f3939758461f8ff16f049c5/tumblr_punr4uSNSB1wqs2v9o1_100.gif"></a>
<a class="why-are-you-looking-at-my-code" href="https://melonking.net" target="_blank"><img class="why-are-you-looking-at-my-code" src="https://lu.tiny-universes.net/images-links/melonking.gif" alt="Melonking"></a>
<a class="why-are-you-looking-at-my-code" href="https://plumbum.neocities.org/" target="_blank"><img class="why-are-you-looking-at-my-code" src="https://plumbum.neocities.org/Button.png"></a>
<a class="why-are-you-looking-at-my-code" href="https://nostalgic.neocities.org" target="_blank"><img class="why-are-you-looking-at-my-code" src="https://zane.org/buttons/nostalgic.gif"></a>
<a class="why-are-you-looking-at-my-code" href="https://cinni.net" target="_blank"><img class="why-are-you-looking-at-my-code" src="https://cinni.net/images/button/cinni_angelbutton3.gif"></a>
<a class="why-are-you-looking-at-my-code" href="https://hotlinecafe.com" target="_blank"><img class="why-are-you-looking-at-my-code" src="https://hotlinecafe.com/buttons/hotlinecafebutton3.gif"></a>
<a class="why-are-you-looking-at-my-code" href="https://raining-starss.neocities.org/index.html" target="_blank"><img class="why-are-you-looking-at-my-code" src="https://raining-starss.neocities.org/raining-starss-button%20(1).gif"></a>
<a class="why-are-you-looking-at-my-code" href="https://starlocked.neocities.org" target="_blank"><img class="why-are-you-looking-at-my-code" src="https://64.media.tumblr.com/de2c05764f3939758461f8ff16f049c5/tumblr_punr4uSNSB1wqs2v9o1_100.gif"></a>
<a class="why-are-you-looking-at-my-code" href="https://cepheus.neocities.org" target="_blank"><img class="why-are-you-looking-at-my-code" alt="click to visit cepheus" src="https://cepheus.neocities.org/img/button2.gif"></a>
<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>
<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>
<br>
<br>
<h2>Link Me!</h2>
<p>Please add me to your links page using this simple line of code!</p>
<p>&lt;a href="https://zane.org"&gt;&lt;img src="https://zane.org/logo.gif"&gt;&lt;/a&gt;</p>