Files
joururi-portfolio/src/pages/index.astro
2024-08-06 16:55:05 +02:00

12 lines
151 B
Plaintext

---
import Layout from '../layouts/Layout.astro';
---
<Layout>
<main>
<h1 class="text-4xl font-bold">
Titre
</h1>
</main>
</Layout>