summaryrefslogtreecommitdiffstats
path: root/templates/login/krb.html
blob: 1f9107bbb15aa7329d35ba4ee0839ed1f0f4ebbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>