summaryrefslogtreecommitdiff
path: root/qvisqve/templates/login.tmpl
blob: 3f71e234c4600ee8ce17ff762f82b82f77708eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="description" content="Qvisqve Login">
        <meta name="author" content="Qvarnlabs Ltd">
        <title>Qvisqve Login</title>
    </head>
    <body>
        <form action="/auth" method="POST">
            <input name="attempt_id" value="{{attempt_id}}" type="hidden" />
            User name: <input name="username" type="text" />
            <br />
            Password: <input name="password" type="password" />
            <br />
            <input type="submit" value="Login" />
        </form>
    </body>
</html>