summaryrefslogtreecommitdiffstats
path: root/templates/login/krb.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login/krb.html')
-rw-r--r--templates/login/krb.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/login/krb.html b/templates/login/krb.html
new file mode 100644
index 0000000..1f9107b
--- /dev/null
+++ b/templates/login/krb.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"></meta>
+ <title>{{ title }}</title>
+ <link href="{{ basepath }}/ui/ipsilon.css" type="text/css" rel="stylesheet"></link>
+ <link href="{{ basepath }}/ui/favicon.ico" type="image/ico" rel="icon"></link>
+</head>
+<body>
+ <div id="container">
+ <div id="logo">
+ <p>Ipsilon</p>
+ </div>
+ <div id="login">
+ <p>Press <a href="{{ cont }}">here</a> if your browser does not
+ redirect you in a few seconds</a>
+ </div>
+ </div>
+</body>
+</html>