diff options
Diffstat (limited to 'web-ui/signup/index.html')
-rw-r--r-- | web-ui/signup/index.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/web-ui/signup/index.html b/web-ui/signup/index.html deleted file mode 100644 index a1836721..00000000 --- a/web-ui/signup/index.html +++ /dev/null @@ -1,18 +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" href="bundle.css"> - </head> - <body> - <header><img src="images/pixelated-logo-orange.svg" alt="Pixelated" class="logo"/></header> - <div class="message"> - <div id="app"></div> - <script src="bundle.js"></script> - </div> - </body> -</html> |