diff --git a/src/app.html b/src/app.html index 2371da7..37e46d3 100644 --- a/src/app.html +++ b/src/app.html @@ -8,6 +8,35 @@ %sveltekit.head% +
%sveltekit.body%
diff --git a/src/lib/assets/git-branch-fill.svg b/src/lib/assets/git-branch-fill.svg new file mode 100644 index 0000000..477ba39 --- /dev/null +++ b/src/lib/assets/git-branch-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/lib/components/FooterComponent.svelte b/src/lib/components/FooterComponent.svelte new file mode 100644 index 0000000..07b9478 --- /dev/null +++ b/src/lib/components/FooterComponent.svelte @@ -0,0 +1,43 @@ + + + + + \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte new file mode 100644 index 0000000..223e975 --- /dev/null +++ b/src/routes/+layout.svelte @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file