From 9ad43ed4d41906af8ae33160b30d6cd6a6ae9bc0 Mon Sep 17 00:00:00 2001 From: kartofen Date: Wed, 26 Oct 2022 18:03:58 +0300 Subject: prod version --- src/pages/index.astro | 120 ++++++++++---------------------------------------- 1 file changed, 23 insertions(+), 97 deletions(-) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index 4dfffe3..8120bd2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,101 +1,27 @@ --- -import Layout from '../layouts/Layout.astro'; -import Card from '../components/Card.astro'; ---- - - -
-

Welcome to Astro

-

- Check out the src/pages directory to get started.
- Code Challenge: Tweak the "Welcome to Astro" message above. -

- -
-
- - -- cgit v1.2.3