boilerplate

This commit is contained in:
niko
2026-05-28 23:19:50 +01:00
parent 25385dd4fa
commit 085ce880f2
11 changed files with 1050 additions and 138 deletions
+8
View File
@@ -0,0 +1,8 @@
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<strong>My Website!</strong>
</a>
</div>
</nav>