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