From 7eff3fde5720eb23449e2f8c8ea0b8218efe4dde Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 4 Sep 2024 21:16:37 +0000 Subject: Initial Astro project --- src/layouts/BaseLayout.astro | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/layouts/BaseLayout.astro (limited to 'src/layouts/BaseLayout.astro') diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro new file mode 100644 index 0000000..c100dad --- /dev/null +++ b/src/layouts/BaseLayout.astro @@ -0,0 +1,27 @@ +--- + +--- + + + + + + + + + + + + Title + + + + + + + + + + + + -- cgit v1.2.3