Styling overhaul
This commit is contained in:
13
website/src/components/Navbar.astro
Normal file
13
website/src/components/Navbar.astro
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
---
|
||||
|
||||
<nav>
|
||||
<li>
|
||||
<ul>
|
||||
<a href="/">Home</a>
|
||||
</ul>
|
||||
<ul>
|
||||
<a href="/blog">Blog</a>
|
||||
</ul>
|
||||
</li>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user