Create a new page to display more buttons

This commit is contained in:
BuyMyMojo 2024-12-17 02:07:01 +11:00
parent 4bdb2ca436
commit e1c5eafc1d
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B
14 changed files with 59 additions and 1 deletions

View file

@ -25,5 +25,6 @@ import Partition from "./Partition.astro";
<a href="/blog" class="nav-btn">Blog</a> |
<a href="/about" class="nav-btn">About</a> |
<a href="/tags" class="nav-btn">Tags</a> |
<a href="/friends" class="nav-btn">Friends</a>
<a href="/friends" class="nav-btn">Friends</a> |
<a href="/other buttons" class="nav-btn">Moar 33x31</a>
</Partition>