From f5de90ba89146008af78c16e798e216efccf0c50 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 11 Jan 2025 11:55:18 -0500 Subject: Ability to add quotes, web interface, pending quotes --- web/src/layouts/Layout.astro | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 web/src/layouts/Layout.astro (limited to 'web/src/layouts/Layout.astro') diff --git a/web/src/layouts/Layout.astro b/web/src/layouts/Layout.astro new file mode 100644 index 0000000..e455c61 --- /dev/null +++ b/web/src/layouts/Layout.astro @@ -0,0 +1,22 @@ + + + + + + + + Astro Basics + + + + + + + -- cgit v1.2.3