summaryrefslogtreecommitdiff
path: root/qvisqve/templates/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'qvisqve/templates/login.tmpl')
-rw-r--r--qvisqve/templates/login.tmpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/qvisqve/templates/login.tmpl b/qvisqve/templates/login.tmpl
new file mode 100644
index 0000000..3f71e23
--- /dev/null
+++ b/qvisqve/templates/login.tmpl
@@ -0,0 +1,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>