made it a bit less boring

This commit is contained in:
Crispy 2023-03-21 23:09:50 +01:00
parent a209989246
commit de0d17a5b1
14 changed files with 215 additions and 78 deletions

16
pages/keyboard/index.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<include meta.html/>
<title>The Keyboard Rant™</title>
</head>
<body>
<include header.html/>
<main>
<p>todo :)</p>
</main>
<include footer.html/>
</body>
</html>