web/index.html

35 lines
No EOL
962 B
HTML

<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>helix</title>
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<h2>helix</h2>
<b>about me</b>
<pre>
they/them
i like doing things sometimes
im not normal
</pre>
<b>things im doing</b>
<pre>
waiting for an optiplex to arrive.
planning to get dell keyboard + mouse, still need to figure out how to get a wi-fi card into an optiplex
</pre>
<em>
<p>links 'n stuff</p>
<nav>
<a href="xmpp:offtopic@parties.h2.gay?join">&gt; windows users group &lt;</a><br />
<a href="xmpp:helix@vern.cc">&gt; xmpp &lt;</a><br />
<a href="https://forge.fsky.io/vel">&gt; git &lt;</a><br />
<a href="./mirrors.html">&gt; mirrors &lt;</a>
</nav>
</em>
</body>
</html>