summaryrefslogtreecommitdiff
path: root/views/login.tpl
blob: dae2c4c2f06c8961236c107539196cc7cd28718b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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">
            User name: <input name="username" type="text" />
            <br />
            Password: <input name="password" type="password" />
            <br />
            <input type="submit" value="Login" />
        </form>
    </body>
</html>