summary refs log tree commit diff
path: root/public/login.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-06-03 19:38:21 +0200
committerpdp8 <pdp8@pdp8.info>2023-06-03 19:38:21 +0200
commitc727922afd124ae59e05b2da56634a271863f8af (patch)
tree8be6dae1b73a9c7db328a5cddb683348734ef95a /public/login.html
parent23d72528a829e080ca6a508a217a700f04217d4a (diff)
public dirs ignored
Diffstat (limited to 'public/login.html')
-rw-r--r--public/login.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/login.html b/public/login.html
new file mode 100644
index 0000000..9003b91
--- /dev/null
+++ b/public/login.html
@@ -0,0 +1,9 @@
+  <!DOCTYPE html>
+  <html lang='en'>
+    <body>
+      <form action='/login' method='post'>
+        <input type='password' name='secret' />
+        <input type='submit' name='button' value='Login' />
+      </form>
+    </body>
+  </html>