From 4a481defb9de86f1a6f95c87037cbdae5caae16c Mon Sep 17 00:00:00 2001 From: Lawrence Bethlenfalvy Date: Thu, 30 Jan 2025 21:40:47 +0000 Subject: [PATCH] temporary projects page --- src/pages/projects.astro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/pages/projects.astro diff --git a/src/pages/projects.astro b/src/pages/projects.astro new file mode 100644 index 0000000..cbcc749 --- /dev/null +++ b/src/pages/projects.astro @@ -0,0 +1,7 @@ +--- +import Main from "../layouts/Main.astro"; +--- + +
+ work in progress +
\ No newline at end of file