diff --git a/src/lib/index.ts b/src/lib/index.ts deleted file mode 100644 index 856f2b6..0000000 --- a/src/lib/index.ts +++ /dev/null @@ -1 +0,0 @@ -// place files you want to import through the `$lib` alias in this folder. diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 5982b0a..81c67bf 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,2 +1,137 @@ -

Welcome to SvelteKit

-

Visit kit.svelte.dev to read the documentation

+ + + + + + + + +
+

Is It Glue?

+
+ +
+ {#if !hasAnswered} +
+

Does this have impact?

+ + + + +
+ {:else} +
+

+ {#if hasImpact} + It's not glue! + {:else} + I'm sorry. It's glue. + {/if} +

+
+ {/if} +
+ + + +