added navbar, boilerplate template made
This commit is contained in:
parent
d32f40b611
commit
707aa66b35
6 changed files with 107 additions and 130 deletions
8
src/components/header.astro
Normal file
8
src/components/header.astro
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
import Navigation from "../components/Nav-bar.astro"
|
||||
---
|
||||
<header>
|
||||
<nav>
|
||||
<Navigation/>
|
||||
</nav>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue