Files
site/index.html
2025-03-16 11:29:03 -05:00

22 lines
814 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 desert island software">
<meta name="keywords" content="netbsd perl dessert islands">
<link href="netbsdclub.css" rel="stylesheet" />
</head>
<body>
<div class="hero">
<img src="netbsd.png" alt="netbsd" />
<div class="links">
[ <a href="blog.html">blog</a> ] -
[ <a href="https://codeberg.org/netbsd-club">projects</a> ] -
[ <a href="about.html">about</a> ] -
[ <a href="https://library.netbsd.club">library</a> ]
</div>
</div>
</body>
</html>