35 lines
No EOL
962 B
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">> windows users group <</a><br />
|
|
<a href="xmpp:helix@vern.cc">> xmpp <</a><br />
|
|
<a href="https://forge.fsky.io/vel">> git <</a><br />
|
|
<a href="./mirrors.html">> mirrors <</a>
|
|
</nav>
|
|
</em>
|
|
</body>
|
|
|
|
</html> |