summaryrefslogtreecommitdiff
path: root/web-ui/react/index.html
diff options
context:
space:
mode:
authorRoald de Vries <rdevries@thoughtworks.com>2016-11-16 15:12:25 +0100
committerRoald de Vries <rdevries@thoughtworks.com>2016-11-16 15:23:06 +0100
commitac34bf4eeca60c967b43c9b693c56d7ae1125353 (patch)
treec51d62e96f6389c8d17bb95f1082bbfc109e1706 /web-ui/react/index.html
parentec96e998c0e0a153b0546f1ec0682c208c6876eb (diff)
mock up the first forms of signup
Diffstat (limited to 'web-ui/react/index.html')
-rw-r--r--web-ui/react/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/web-ui/react/index.html b/web-ui/react/index.html
new file mode 100644
index 00000000..a1836721
--- /dev/null
+++ b/web-ui/react/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>