hazelnut.dev/index.html

55 lines
1.5 KiB
HTML
Raw Normal View History

2020-09-09 02:30:27 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2020-09-13 23:58:04 +00:00
<title>Welcome - Hazelnut</title>
2020-09-09 04:23:14 +00:00
<link rel="stylesheet" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;style.css" />
<link rel="icon" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;favicon.png" />
2020-09-09 02:30:27 +00:00
</head>
<body>
<header>
2021-03-27 03:11:57 +00:00
<h1 class="site-title"><a href="https:&#x2F;&#x2F;hazelnut.dev">Hazel&#x27;s Site</a></h1>
<nav id="navbar">
2020-12-23 18:23:42 +00:00
<ul>
<li>
2021-03-27 03:11:57 +00:00
<a class="internal" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;tabletop">
Tabletop Shit
2020-12-23 18:23:42 +00:00
</a>
</li>
<li>
2021-03-27 03:11:57 +00:00
<a class="" href="https:&#x2F;&#x2F;hazellanes.itch.io">
Games
2020-12-23 18:23:42 +00:00
</a>
</li>
<li>
2021-03-27 03:11:57 +00:00
<a class="" href="https:&#x2F;&#x2F;gitdab.com&#x2F;hazelra">
Code
2020-12-23 18:23:42 +00:00
</a>
</li>
</ul>
2020-09-09 02:30:27 +00:00
</nav>
</header>
<div id="content">
2021-03-27 03:11:57 +00:00
<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>
2020-09-09 02:30:27 +00:00
</div>
<div id="footer">
</div>
</body>
</html>