diff options
author | pdp8 <pdp8@pdp8.info> | 2023-07-17 19:09:02 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-07-17 19:09:02 +0200 |
commit | 4ca1c5555f18703d1dac673b1a77d1c919fb4787 (patch) | |
tree | 2f57783bdc1786e09737196a2fae07a720452d4f /public/login.html | |
parent | 2e614738f72c9af634c4a630693d06f144bc24df (diff) |
write to json instead of direcories
Diffstat (limited to 'public/login.html')
-rw-r--r-- | public/login.html | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/public/login.html b/public/login.html index 8fb479a..5026dfe 100644 --- a/public/login.html +++ b/public/login.html @@ -1,12 +1,17 @@ - <!DOCTYPE html> - <html lang='en'> - <head> - <link rel='stylesheet' type='text/css' href='/style.css'> - </head> - <body> - <form action='/login' method='post'> - <input type='password' name='secret' /> - <input type='submit' name='button' value='Login' /> - </form> - </body> - </html> +<!DOCTYPE html> +<html lang='en'> + +<head> + <link rel='stylesheet' type='text/css' href='/style.css'> +</head> + +<body> + <h1> + <form action='/login' method='post'> + <input type='password' name='secret' /> + <input type='submit' name='button' value='Login' /> + </form> + </h1> +</body> + +</html>
\ No newline at end of file |