puppygirl.systems/about-me.html
2025-02-27 15:40:01 -08:00

30 lines
826 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/styles.css">
<title>Odette website</title>
</head>
<body>
<header>
<nav>
<ul>
<li>
<h1>Puppygirl.systems</h1>
</li>
<li>
<a href="/">home</a>
</li>
<li>
<a href="/about-me.html">about me</a>
</li>
<li>
<a href="/blog.html">BLOG?????</a>
</li>
</ul>
</nav>
</header>
<h1>HELLO</h1>
<p>hey uh my name is odette, i am currently of the she/they/it variety. In the time I have spent not working on this website I am no longer sick, but I feel it would be good to continue to work on it, websites are cool.</p>
</body>
</html>