aboutsummaryrefslogtreecommitdiff
path: root/templates
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 /templates
parent55fd5e33b1430fd6498f476490da6b5fa6abd70c (diff)
Port to svelteHEADsveltemain
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html.njk23
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/index.html.njk b/templates/index.html.njk
deleted file mode 100644
index 2688eb1..0000000
--- a/templates/index.html.njk
+++ /dev/null
@@ -1,23 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <title>LGTM! 👍</title>
-
- <link href="https://fonts.googleapis.com/css?family=Yrsa:400" rel="stylesheet">
- <link href="/css/app.css" rel="stylesheet">
-
- </head>
- <body>
- <div id="lgtm">
- <p>
- {{looks}}<br>
- {{good}} <br>
- {{to}}<br>
- {{me}}<br>
- <br>
- {{emoji}}
- </p>
- </div>
- </body>
-</html>
-