elh.gay/src/components/header.astro

8 lines
No EOL
122 B
Text

---
import Navigation from "../components/Nav-bar.astro"
---
<header>
<nav>
<Navigation/>
</nav>
</header>