website-astro/src/components/Header.astro

7 lines
114 B
Text
Raw Normal View History

2022-12-02 10:21:18 +00:00
---
import Navigation from '../components/Navigation.astro';
---
<header role="banner">
<Navigation />
</header>