Initial setup
This commit is contained in:
12
src/pages/index.astro
Normal file
12
src/pages/index.astro
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
import Main from '../layouts/Main.astro';
|
||||
import Cta from '../components/Cta.astro';
|
||||
---
|
||||
|
||||
<Main title="Welcome to Astro.">
|
||||
<main>
|
||||
<Cta to="./test">
|
||||
Show more
|
||||
</Cta>
|
||||
</main>
|
||||
</Main>
|
||||
Reference in New Issue
Block a user