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/lul.astro | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/pages/lul.astro (limited to 'src/pages/lul.astro') diff --git a/src/pages/lul.astro b/src/pages/lul.astro new file mode 100644 index 0000000..44ec1dc --- /dev/null +++ b/src/pages/lul.astro @@ -0,0 +1,13 @@ +--- +import Base from "@layouts/Base.astro"; +const title = "fard"; +const description = "xd"; +--- + + +
+ +
+ -- cgit v1.2.3