22 lines
857 B
HTML
22 lines
857 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>netbsd.club</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="netbsd.club is a club for NetBSD users and people interested in obscure software tools">
|
|
<meta name="keywords" content="netbsd perl desert islands raku clojure lisp netbsd.club club">
|
|
<link href="netbsdclub.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="hero">
|
|
<img src="netbsd.png" alt="netbsd" />
|
|
<div class="links">
|
|
[ <a href="webring.html">webring</a> ] -
|
|
[ <a href="https://git.netbsd.club/netbsd.club">projects</a> ] -
|
|
[ <a href="about.html">about</a> ] -
|
|
[ <a href="https://library.netbsd.club">library</a> ]
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|