aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/index.svelte10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
new file mode 100644
index 0000000..5961b4b
--- /dev/null
+++ b/src/routes/index.svelte
@@ -0,0 +1,10 @@
+<script>
+ import LGTM from '$lib/components/lgtm.svelte';
+</script>
+
+<svelte:head>
+ <title>LGTM! 👍</title>
+ <meta name="description" content="Looks good to me!">
+</svelte:head>
+
+<LGTM />