summaryrefslogtreecommitdiffstats
path: root/templates/master.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/master.html')
-rw-r--r--templates/master.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/master.html b/templates/master.html
new file mode 100644
index 0000000..21178fc
--- /dev/null
+++ b/templates/master.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<!--[if IE 8]><html class="ie8 login-pf"><![endif]-->
+<!--[if gt IE 8]><!-->
+<html class="login-pf">
+<!--<![endif]-->
+ <head>
+ <title>{{ title }}</title>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link href="{{ basepath }}/ui/css/ipsilon.css" rel="stylesheet" media="screen, print">
+ </head>
+ <body>
+ <a href="{{ basepath }}/" id="badge" tabindex="-1">
+ <img src="{{ basepath }}/ui/img/logo.svg" alt="Ipsilon IdP" />
+ </a>
+ <div class="container">
+ <div class="row">
+ <div class="col-sm-12">
+ <div id="brand">
+ <img src="{{ basepath }}/ui/img/brand-lg.png" alt="Ipsilon">
+ </div>
+ </div>
+ {% block main %}
+ {% endblock %}
+ </div>
+ </div>
+ </body>
+</html>