diff --git a/kalk_web/src/App.svelte b/kalk_web/src/App.svelte index c9a935e..3a592c5 100644 --- a/kalk_web/src/App.svelte +++ b/kalk_web/src/App.svelte @@ -2,4 +2,13 @@ import Calculator from "./Calculator.svelte"; - + + +
+ +
diff --git a/kalk_web/src/Calculator.svelte b/kalk_web/src/Calculator.svelte index ffa715f..515fd60 100644 --- a/kalk_web/src/Calculator.svelte +++ b/kalk_web/src/Calculator.svelte @@ -1,6 +1,14 @@ -
+

kalk

- Type 'help' for instructions. + Type 'help' for instructions.

{#each outputLines as line}

@@ -225,7 +233,7 @@ {/each}

- >>  + >>  {#await import('@paddim8/kalk') then kalk}