diff options
author | Zara Gebru <zgebru@thoughtworks.com> | 2016-12-07 17:55:52 +0100 |
---|---|---|
committer | Zara Gebru <zgebru@thoughtworks.com> | 2016-12-07 17:55:52 +0100 |
commit | b6c655b8a15d610166313949b96fadb181627f90 (patch) | |
tree | bf70ce7bf11d82ab118913842c45d51a4e14dd98 /web-ui | |
parent | 7aa07d93b8b18ca6cda4b4a5a2235b19f64bbae2 (diff) |
[#801] serve signup page from signup resource
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/public/signup.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/web-ui/public/signup.html b/web-ui/public/signup.html deleted file mode 100644 index 9814f585..00000000 --- a/web-ui/public/signup.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <title>Pixelated Mail</title> - <meta name="description" content=""> - <meta name="viewport" content="width=device-width"> - <link rel="stylesheet" type="text/css" href="/static/normalize.min.css" /> - <link rel="stylesheet" type="text/css" href="/static/signup.css" /> - </head> - <body> - <header><img src="/static/images/pixelated-logo-orange.svg" alt="Pixelated" class="logo"/></header> - <div class="message"> - <div id="app"></div> - <script src="/static/signup.js"></script> - </div> - </body> -</html> |