2024-11-11 22:40:16 -05:00
|
|
|
<!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>
|
|
|
|
<ul class="navbar">
|
|
|
|
<li><h1><a href="/">wanderlost</a></h1></li>
|
2024-11-11 23:21:53 -05:00
|
|
|
<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>
|
2024-11-11 22:40:16 -05:00
|
|
|
</ul>
|
|
|
|
<div class="main">
|
|
|
|
<h2>Welcome!</h2>
|
2024-11-11 23:21:53 -05:00
|
|
|
<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>
|
2024-11-11 22:40:16 -05:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|