aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-12-20 00:11:18 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-12-20 00:11:18 +0100
commit92ccd82c73463fa0b67996dc9212e992f90a1454 (patch)
tree456f16a2a88c3f9613c9eaf3dcdf3876aa36d689 /src/routes
parent55fd5e33b1430fd6498f476490da6b5fa6abd70c (diff)
Port to svelteHEADsveltemain
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 />