base setup
This commit is contained in:
commit
688d794dc7
30 changed files with 4362 additions and 0 deletions
9
src/pages/index.astro
Normal file
9
src/pages/index.astro
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
|
||||
const pageTitle = "Accueil"
|
||||
---
|
||||
|
||||
<BaseLayout pageTitle={pageTitle}>
|
||||
<h2>devvvvv</h2>
|
||||
</BaseLayout>
|
Loading…
Add table
Add a link
Reference in a new issue