pages/index.html
2024-11-15 12:32:30 -05:00

30 lines
1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/main.css">
<title>Zaydsite NOW!</title>
</head>
<body>
<nav class="navbar">
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
<li><a href="/me.html">me</a></li>
<li><a href="/links.html">links</a></li>
<li><a href="/contact.html">contact</a></li>
<li><a href="/blog.html">blog</a></li>
</nav>
<main>
<hr>
<h2>Welcome!</h2>
<p>
This is my own home on the web. You probably know me as Zayd.
Someday hosting will move to my own machines (and off the
clearnet), but for now <a href="https://fsky.io">FSKY</a> is
hosting my site.
</p>
</main>
<footer>
<p><a href="/credits.html">Credits</a></p>
</footer>
</body>
</html>