Files
site/about.html
2026-07-27 15:36:35 -06:00

25 lines
824 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>About</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="netbsdclub.css" rel="stylesheet" />
</head>
<body>
<div class="hero">
<h1>About netbsd.club</h1>
<p>
netbsd.club is a collective of obscure-tech enjoyers. Obviously, we enjoy NetBSD, but we also
love Perl, C, Raku, Lisps, and much more. We support a decentralized internet, free from the
clutches of massive corporations.
</p>
<p>
You can see netbsd.club projects [ <a href="https://git.netbsd.club/netbsd.club">here</a> ].
</p>
<p>
[ <a href="/">Go home</a> ]
</p>
</div>
</body>
</html>