add notes + meta tag for bigtime SEO

This commit is contained in:
rawleyfowler
2025-03-15 13:37:00 -05:00
parent 4e2884fef8
commit 45dbb60891
2 changed files with 31 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
<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>
@@ -11,7 +13,8 @@
<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="about.html">about</a> ] -
[ <a href="notes.html">notes</a> ]
</div>
</div>
</body>