diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-02-02 13:12:13 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-02-02 13:12:13 +0100 |
| commit | 24be7b5399ae4162702ad9a1f17b5711922a2da4 (patch) | |
| tree | 03b408813358445e2d1fdb9b680d56e9419dc80f /app/components/home | |
| parent | 8d2ed7debf232843c1facf53fd1efdab9b36d85c (diff) | |
Add a router
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> |