diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-06-28 22:57:30 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-06-28 22:57:30 +0200 |
| commit | f74650b0ae59a59a7b7c6d5beb984015680fbfb5 (patch) | |
| tree | 9b6b8134fb9312b3ed0d7c2c7dff99e950ecacb3 /src/routes | |
Add skeleton
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/index.svelte | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte new file mode 100644 index 0000000..5982b0a --- /dev/null +++ b/src/routes/index.svelte @@ -0,0 +1,2 @@ +<h1>Welcome to SvelteKit</h1> +<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p> |