feat: add a base layout for base HTML

This commit is contained in:
2026-03-26 19:48:16 +01:00
parent 2b988b9be9
commit 3e7c1d7ad3
3 changed files with 101 additions and 86 deletions

7
src/pages/skills.astro Normal file
View File

@@ -0,0 +1,7 @@
---
import BaseLayout from "../layouts/BaseLayout.astro";
---
<BaseLayout>
<p>Skills</p>
</BaseLayout>