summaryrefslogtreecommitdiff
path: root/views/login.tpl
blob: 66cc02e3736273842845ee71141c090223cfacdd (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="https://ci-prod-controller.vm.liw.fi/login">Login</a></p>
    </body>
</html>