first commit

This commit is contained in:
Timothy Rogers 2024-10-23 11:32:50 -04:00
commit 6d30a41b7d
28 changed files with 4851 additions and 0 deletions

10
src/pages/index.astro Normal file
View 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>