diff options
| author | Daniel Hader <[email protected]> | 2026-05-30 10:10:17 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-05-30 10:10:17 -0500 |
| commit | 929be68e691c1c4015fc6874111b19b9f5d68c02 (patch) | |
| tree | ffc4ecb9c63d8dc242c33d69a592dc093dcfd122 /static/login.html | |
| parent | 772c7844c4ca1de632f64eb9428e8e97eea64ac1 (diff) | |
registration page, me endpoint, and minor content tweaks
Diffstat (limited to 'static/login.html')
| -rw-r--r-- | static/login.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/login.html b/static/login.html index c6cd992..ba7e127 100644 --- a/static/login.html +++ b/static/login.html @@ -14,15 +14,15 @@ <div id="content"> <h1>C&! Code Golf Leaderboard</h1> <h2>Login</h2> - <form id="login-form" method="POST" action="/login"> + <form id="login-form"> <div id="error" hidden> <span id="error-message" style="color: red"></span> <br><br> </div> - <label for="email">Email</label><br> + <label for="login-email">Email</label><br> <input type="text" id="login-email" name="email"> <br><br> - <label for="password">Password</label><br> + <label for="login-password">Password</label><br> <input type="password" id="login-password" name="password"> <br><br> <input type="submit" value="Login"> |
