pages/index.html

37 lines
1.3 KiB
HTML
Raw Normal View History

2024-11-11 22:40:16 -05:00
<!DOCTYPE html>
<html>
2025-01-23 15:31:58 -05:00
<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="/links.html">links</a></li>
<li><a href="/blog.html">blog</a></li>
</nav>
<main>
<hr>
<h2>Home</h2>
<p>
Welcome! This is my home on the web. Thanks to FSKY for hosting it, or whoever the
admins of the mirror you're viewing this on are. Hopefully I'll have a blog up soon.
</p>
<p>
I'm Zayd, as you probably already know. I like privacy, open source, archival and
tinkering, but I'll try not to make it too boring to read about. I collect CDs (and
rip tons of them) and contribute to MusicBrainz often.
</p>
<p>
If you need to contact me, my JID (XMPP address) is <a href="xmpp:zayd@telepath.im">
zayd@telepath.im</a>. Please use OMEMO for encryption. I also have a public chatroom
if you want to join that, it's on <a href="xmpp:home@room.telepath.im?join">XMPP</a>
and <a href="ircs://irc.telepath.im:6697/#souljaville">IRC (clearnet, SSL)</a>, also
available on <a href="irc+insecure://[200:7f:cdc2:733a:9eb5:4de7:8fa2:9d5a]:6667">
Yggdrasil</a>
</p>
</main>
</body>
2024-11-11 22:40:16 -05:00
</html>