diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html.njk | 23 |
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> - |