diff --git a/src/lib/assets/camping.svg b/src/lib/assets/camping.svg new file mode 100644 index 0000000..cf10ff0 --- /dev/null +++ b/src/lib/assets/camping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte new file mode 100644 index 0000000..a7814de --- /dev/null +++ b/src/lib/components/Navbar.svelte @@ -0,0 +1,29 @@ + + + + + +
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 411a3db..abe44ff 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,7 +1,9 @@ +