fix some css issues

This commit is contained in:
Odette
2025-02-27 15:40:01 -08:00
parent 96db93167f
commit 4713e8d94a
2 changed files with 41 additions and 23 deletions

View File

@ -5,7 +5,25 @@
<title>Odette website</title>
</head>
<body>
<h1>HELLO</h1>
<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>