diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html.njk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/index.html.njk b/templates/index.html.njk new file mode 100644 index 0000000..2688eb1 --- /dev/null +++ b/templates/index.html.njk @@ -0,0 +1,23 @@ +<!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> + |