feat: add header

This commit is contained in:
trafficlunar 2025-09-15 21:59:36 +01:00
parent 0066f5904a
commit 7ba0ff12ae
5 changed files with 56 additions and 2 deletions

11
src/pages/uses.astro Normal file
View file

@ -0,0 +1,11 @@
---
import Layout from "../layouts/Layout.astro";
---
<Layout>
<section>
<legend>uses</legend>
<p>Coming soon...</p>
</section>
</Layout>