summary refs log tree commit diff stats
path: root/templates/login.crotmp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.crotmp')
-rw-r--r--templates/login.crotmp15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/login.crotmp b/templates/login.crotmp
new file mode 100644
index 0000000..3dbee24
--- /dev/null
+++ b/templates/login.crotmp
@@ -0,0 +1,15 @@
+<:use 'templates/base.crotmp'>
+<|page('Log In')>
+<form method="post" action="/login">
+    <?.error>
+    <div class="alert" role="alert">
+        <.error>
+    </div>
+    </?>
+
+    <input type="pass" name="pass" id="pass" placeholder="Password" required>
+    <br>
+    <input type="submit" value="Log In" />
+</form>
+</div>
+</|>