summaryrefslogtreecommitdiff
path: root/web-ui/src/login/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/login/login.html')
-rw-r--r--web-ui/src/login/login.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/web-ui/src/login/login.html b/web-ui/src/login/login.html
new file mode 100644
index 00000000..3cebf6f4
--- /dev/null
+++ b/web-ui/src/login/login.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
+ <head>
+ <link rel="icon" type="image/png" href="/public/images/favicon.png" />
+ <meta charset="utf-8"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
+ <title>Pixelated - Login</title>
+ <link rel="stylesheet" type="text/css" href="/public/normalize.min.css" />
+ <link rel="stylesheet" type="text/css" href="/public/login.css" />
+ <link rel="stylesheet" type="text/css" href="/public/opensans.css" />
+ </head>
+ <body>
+ <div class="content">
+ <div id="root"/>
+ <div class="disclaimer">
+ <div class="disclaimer-content">
+ <div t:render="disclaimer"></div>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript" src="/public/login.js"></script>
+ </body>
+</html>