From b791380798d5c021e2ac1cab76516401bbbc94a6 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Wed, 14 Sep 2022 22:12:49 +0630 Subject: [PATCH] Add search page and its styles --- src/pages/search.astro | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/pages/search.astro diff --git a/src/pages/search.astro b/src/pages/search.astro new file mode 100644 index 0000000..047e17c --- /dev/null +++ b/src/pages/search.astro @@ -0,0 +1,54 @@ +--- +import Footer from "@components/Footer.astro"; +import Header from "@components/Header.astro"; +import Layout from "@layouts/Layout.astro"; +import Main from "@layouts/Main.astro"; +--- + + +
+
+ + +
+