Old Astro setup
This commit is contained in:
11
src/pages/index.astro
Normal file
11
src/pages/index.astro
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<main>
|
||||
<h1 class="text-4xl font-bold">
|
||||
Titre
|
||||
</h1>
|
||||
</main>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user