From f2ff1aeb03400c77396c729d887bb284da963378 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 19 Sep 2023 15:21:51 -0700 Subject: Initial Commit --- src/pages/index.astro | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 src/pages/index.astro (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..e60ca5f --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,149 @@ +--- +import Layout from "../layouts/Layout.astro"; +import Card from "../components/Card.astro"; +--- + + +
+ +

+ Welcome👋 +

+ +
+ +
+ -- cgit v1.2.3