From 681cd8c1cc2904c562f9a58db3cbb657d58fb552 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 May 2023 03:53:24 -0400 Subject: feat: rewrite with astro --- src/pages/index.astro | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/pages/index.astro (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..c127916 --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,27 @@ +--- +import Index from "@layouts/Index.astro"; +import "@styles/global.sass"; +const title = "guzzle guzzle"; +const description = title; +--- + + + +

+ getchoo's website 🚀 +

+ +
+ +

this is under construction. i'm experimenting with astro

+ + construction + + click here +
-- cgit v1.2.3