From 0907a9bba839e2906b64c7b9f0f4de848a9a6e5e Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 23 Oct 2024 13:59:28 -0400 Subject: [PATCH] Update home page --- source/src/pages/index.astro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/src/pages/index.astro b/source/src/pages/index.astro index e69de29..77126cc 100644 --- a/source/src/pages/index.astro +++ b/source/src/pages/index.astro @@ -0,0 +1,17 @@ +--- +// Layout +import Base from "@layouts/Base.astro"; +--- + + + Example Search +
+ + \ No newline at end of file