diff --git a/src/lib/components/Snowfall.svelte b/src/lib/components/Snowfall.svelte new file mode 100644 index 0000000..3b83393 --- /dev/null +++ b/src/lib/components/Snowfall.svelte @@ -0,0 +1,127 @@ + + + + + diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 2d98d65..e45cb52 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,7 +1,26 @@ -{@render children?.()} \ No newline at end of file + + +
+ {@render children?.()} +
+ + \ No newline at end of file