From ca8138ba8b93afdc44ac94eca92b663c6a1a60c9 Mon Sep 17 00:00:00 2001 From: artie Date: Tue, 5 Dec 2023 22:39:32 +0100 Subject: [PATCH] add winter snow --- src/components/Snow.astro | 186 ++++++++++++++++++++++++++++++++++++++ src/pages/index.astro | 9 +- 2 files changed, 191 insertions(+), 4 deletions(-) create mode 100644 src/components/Snow.astro diff --git a/src/components/Snow.astro b/src/components/Snow.astro new file mode 100644 index 0000000..7f4b171 --- /dev/null +++ b/src/components/Snow.astro @@ -0,0 +1,186 @@ + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index d4e111e..d81356a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,15 +4,16 @@ import Prompt from "../components/Prompt.astro"; import Centerpiece from "../components/Centerpiece.astro"; import Icons from "../components/Icons.astro"; import Model from "../components/Model.svelte"; +import Snow from "../components/Snow.astro"; --- - + - - + + - \ No newline at end of file +