diff options
author | pdp8 <pdp8@pdp8.info> | 2023-06-03 19:38:21 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-06-03 19:38:21 +0200 |
commit | c727922afd124ae59e05b2da56634a271863f8af (patch) | |
tree | 8be6dae1b73a9c7db328a5cddb683348734ef95a /public/login.html | |
parent | 23d72528a829e080ca6a508a217a700f04217d4a (diff) |
public dirs ignored
Diffstat (limited to 'public/login.html')
-rw-r--r-- | public/login.html | 9 |
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> |