diff options
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> |