summaryrefslogtreecommitdiff
path: root/views/login.tpl
blob: f45302b57b1f226506ed9d117439c018f03456fb (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="/login">Login</a></p>
    </body>
</html>