diff options
Diffstat (limited to 'src/Home.svelte')
-rw-r--r-- | src/Home.svelte | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Home.svelte b/src/Home.svelte index a3f6997..552e7ee 100644 --- a/src/Home.svelte +++ b/src/Home.svelte @@ -1 +1,9 @@ -<p>Home</p> +<p> + Navigate to an Algorithm page. Click solve after entering the + values, on some pages it'll update the solution as you change the + values using the slider. +</p> +<p> + Checkout my other + <a href="https://andinus.unfla.me/projects">projects</a>. +</p> |