hazelnut.dev/index.html

55 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Welcome - Hazelnut</title>
<link rel="stylesheet" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;style.css" />
<link rel="icon" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;favicon.png" />
</head>
<body>
<header>
<h1 class="site-title"><a href="https:&#x2F;&#x2F;hazelnut.dev">Hazel&#x27;s Site</a></h1>
<nav id="navbar">
<ul>
<li>
<a class="internal" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;tabletop">
Tabletop Shit
</a>
</li>
<li>
<a class="" href="https:&#x2F;&#x2F;hazellanes.itch.io">
Games
</a>
</li>
<li>
<a class="" href="https:&#x2F;&#x2F;gitdab.com&#x2F;hazelra">
Code
</a>
</li>
</ul>
</nav>
</header>
<div id="content">
<p>Greetings. Welcome my humble abode on the world wide web.</p>
<p>My name is Hazel and I like to work on little projects sometimes.
Links to some of such things may be found on the bar up top.</p>
<p>Have a nice day!</p>
</div>
<div id="footer">
</div>
</body>
</html>