added own header
This commit is contained in:
parent
f9b8428d2b
commit
6f6c9f229f
4 changed files with 27 additions and 10 deletions
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
import Me from "../components/Me.astro";
|
||||
import Window from "../components/Window.astro";
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
---
|
||||
|
||||
<BaseLayout tabTitle="Home - nin0dev">
|
||||
<Window title="Home" maxWidth="600px">
|
||||
<p>I love astro</p>
|
||||
<Me />
|
||||
</Window>
|
||||
</BaseLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue