This commit is contained in:
rawleyfowler
2025-03-12 16:17:49 -05:00
parent 5dd670b6a4
commit aed0ac180b
3 changed files with 16 additions and 3 deletions

13
blog.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="netbsdclub.css" rel="stylesheet" />
</head>
<body>
<div class="hero">
<h1>TODO!</h1>
</div>
</body>
</html>