summaryrefslogtreecommitdiff
path: root/web-ui/signup/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/signup/index.html')
-rw-r--r--web-ui/signup/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/web-ui/signup/index.html b/web-ui/signup/index.html
new file mode 100644
index 00000000..a1836721
--- /dev/null
+++ b/web-ui/signup/index.html
@@ -0,0 +1,18 @@
+<!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>