first commit
This commit is contained in:
commit
6d30a41b7d
28 changed files with 4851 additions and 0 deletions
10
src/pages/index.astro
Normal file
10
src/pages/index.astro
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import Card from "../components/Card.astro";
|
||||
---
|
||||
|
||||
<Layout title="Welcome to Astro.">
|
||||
<p>I am page content</p>
|
||||
<p>What is my purpose? Why am I here?</p>
|
||||
<p>What on earth is this place? what happened to me? where am I?</p>
|
||||
</Layout>
|
Loading…
Add table
Add a link
Reference in a new issue