From 6bd4846b71944add485433703d85982b2396d9ad Mon Sep 17 00:00:00 2001 From: "houston[bot]" Date: Tue, 1 Aug 2023 18:48:26 +0100 Subject: Initial commit from Astro --- src/pages/index.astro | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 src/pages/index.astro (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..fa55169 --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,122 @@ +--- +import Layout from '../layouts/Layout.astro'; +import Card from '../components/Card.astro'; +--- + + +
+ + + + + + + + + +

Welcome to Astro

+

+ To get started, open the directory src/pages in your project.
+ Code Challenge: Tweak the "Welcome to Astro" message above. +

+ +
+
+ + -- cgit v1.2.3