1f9107bbb15aa7329d35ba4ee0839ed1f0f4ebbe
[cascardo/ipsilon.git] / templates / login / krb.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4     <meta charset="UTF-8"></meta>
5     <title>{{ title }}</title>
6     <link href="{{ basepath }}/ui/ipsilon.css" type="text/css" rel="stylesheet"></link>
7     <link href="{{ basepath }}/ui/favicon.ico" type="image/ico" rel="icon"></link>
8 </head>
9 <body>
10     <div id="container">
11         <div id="logo">
12             <p>Ipsilon</p>
13         </div>
14         <div id="login">
15             <p>Press <a href="{{ cont }}">here</a> if your browser does not
16                redirect you in a few seconds</a>
17         </div>
18     </div>
19 </body>
20 </html>