summary refs log tree commit diff
path: root/assets/templates/authenticate.template.html
diff options
context:
space:
mode:
Diffstat (limited to 'assets/templates/authenticate.template.html')
-rw-r--r--assets/templates/authenticate.template.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/assets/templates/authenticate.template.html b/assets/templates/authenticate.template.html
index 21f31e4..7d6d72c 100644
--- a/assets/templates/authenticate.template.html
+++ b/assets/templates/authenticate.template.html
@@ -1,3 +1,9 @@
 {{define "content"}}
-<h1>This is the authentication page...</h1>
+<h1>Authentication</h1>
+<form method="POST">
+    <label>
+        <input type="text" name="key">
+    </label>
+    <input type="submit" value="Authenticate">
+</form>
 {{end}}
\ No newline at end of file