Old Astro setup

This commit is contained in:
Alexis
2024-08-06 16:55:05 +02:00
parent 7e61f617c2
commit 4f01f8b373
26 changed files with 8564 additions and 14262 deletions

11
src/pages/index.astro Normal file
View File

@@ -0,0 +1,11 @@
---
import Layout from '../layouts/Layout.astro';
---
<Layout>
<main>
<h1 class="text-4xl font-bold">
Titre
</h1>
</main>
</Layout>