added navbar, boilerplate template made

This commit is contained in:
elh 2024-06-16 23:52:15 -04:00
parent d32f40b611
commit 707aa66b35
6 changed files with 107 additions and 130 deletions

View file

@ -0,0 +1,8 @@
---
import Navigation from "../components/Nav-bar.astro"
---
<header>
<nav>
<Navigation/>
</nav>
</header>