summaryrefslogtreecommitdiff
path: root/views/login.tpl
blob: 93c8d92de5e75f1cad505059ebcd8d7b0dce15e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="description" content="Ickweb login">
        <meta name="author" content="Lars Wirzenius">
        <title>Facade login</title>
    </head>
    <body>
      <p>You are NOT logged in.</p>
      <p><a href="/web/login">Login</a></p>
    </body>
</html>