diff options
Diffstat (limited to 'app/components/home')
| -rw-r--r-- | app/components/home/home.svelte | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/home/home.svelte b/app/components/home/home.svelte new file mode 100644 index 0000000..280bb5d --- /dev/null +++ b/app/components/home/home.svelte @@ -0,0 +1,3 @@ +<h1>Welcome.</h1> +<p>You are now in a forum. Select a category from the left or input a + valid URL.</p> |