added own header

This commit is contained in:
nin0 2024-07-29 13:42:01 -04:00
parent f9b8428d2b
commit 6f6c9f229f
4 changed files with 27 additions and 10 deletions

View file

@ -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>