initial commit
This commit is contained in:
18
index.html
Normal file
18
index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>NetBSD!</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="netbsdclub.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="hero">
|
||||
<img src="netbsd.png" alt="netbsd" />
|
||||
<div class="links">
|
||||
[ <a href="news">news</a> ] -
|
||||
[ <a href="https://codeberg.org/netbsd-club">projects</a> ] -
|
||||
[ <a href="about.html">about</a> ]
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user