1
0
Fork 0
forked from wl/pages
pages/index.html
zayd 8c3b6badd3
little edits
Signed-off-by: zayd <wanderer@envs.net>
2025-02-11 00:09:13 -05:00

39 lines
1.5 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>wanderlost</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/">blog</a></li>
</nav>
<main>
<hr>
<h2>Home</h2>
<p>
Welcome! This is my home on the web. The site is now primarily on my own machine, but thanks to
FSKY for continuing to mirror my site for clearnet and on another Tor address.
</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>
<footer>
<img src="/assets/svg/kopimi.svg" width="15px" alt="" style="vertical-align: middle">
Kopimi 2025 steal my shit now
</footer>
</body>
</html>