From d17bca56238e9ca326d60e58230d0d354f23bfe8 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 9 Oct 2024 10:59:13 -0400 Subject: back to astro for hopefully the last time (#146) --- src/pages/index.astro | 21 +++++++++++++++++++++ 1 file changed, 21 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..a17dcbe --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,21 @@ +--- +import { Image } from "astro:assets"; + +import Base from "@layouts/Base.astro"; +import GifButtons from "@components/GifButtons.astro"; +import obras from "@assets/obras.gif"; +--- + + + + +

Getchoo's website 🚀

+ +

Constantly under construction since 2021!

+ + Under construction + + + -- cgit v1.2.3