This commit is contained in:
2026-07-27 15:36:35 -06:00
parent df0f7e6714
commit 08a5ceebe0
3 changed files with 12 additions and 13 deletions

13
webring.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Webring</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>