diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..cc5b8a2 --- /dev/null +++ b/static/index.html @@ -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> + 👍 + </p> + </div> + </body> +</html> + |