This commit is contained in:
2024-10-26 23:24:09 -07:00
commit 7ecbb81725
16 changed files with 226 additions and 0 deletions

53
index.html Normal file
View File

@ -0,0 +1,53 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/styles.css">
<title>Odette website</title>
</head>
<body>
<h1>hey Im Odette</h1>
<p>this is my first website, I'm making this while waiting for me to stop being sick. This is my first time doing any sort of HTML or CSS so it probably wont look that good.</p>
<a href='about-me.html'>About me</a>
<hr/>
<section>
<h2>COOL people I know with 88x31s</h2>
<a href="https://natalieee.net">
<img src="images/natalie88x31.png">
</a>
<a href='https://hellzone.org'>
<img src="https://hellzone.org/src/images/88x31.gif">
</a>
<a href="https://bunbun.dev">
<img src="images/bunbun88x31.gif">
</a>
<a href='https://luxen.neocities.org/'>
<img src="https://luxen.neocities.org/88x31.gif">
</a>
<a href='https://en.m.wikipedia.org/wiki/Special:Random'>
<img src="images/88x31birds.png">
</a>
</section>
<section>
<h2>other general 88x31s</h2>
<a href="https://discord.gg/Q65R2Hzc7A">
<img src="images/glumbocord.png">
</a>
</section>
<section>
<h2>people i know who dont have 88x31s,,,,,,,</h2>
<a href='https://vivians-location.neocities.org/'>Vivian</a>
<a href='https://br1dg3tt3.carrd.co/'>Br1dg3tt3</a>
</section>
<hr/>
<section>
<h2>Socials</h2>
<p>
Discord: mkfs.ntfs
</p>
</section>
<hr/>
<section>
$[echo foo]
</section>
</body>
</html>