diff --git a/src/app.html b/src/app.html index effe0d0..9f45b92 100644 --- a/src/app.html +++ b/src/app.html @@ -4,7 +4,72 @@ + %sveltekit.head% + +
%sveltekit.body%
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte new file mode 100644 index 0000000..4b6278b --- /dev/null +++ b/src/routes/+layout.svelte @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file