summaryrefslogtreecommitdiff
path: root/static/login.html
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-05-30 10:10:17 -0500
committerDaniel Hader <[email protected]>2026-05-30 10:10:17 -0500
commit929be68e691c1c4015fc6874111b19b9f5d68c02 (patch)
treeffc4ecb9c63d8dc242c33d69a592dc093dcfd122 /static/login.html
parent772c7844c4ca1de632f64eb9428e8e97eea64ac1 (diff)
registration page, me endpoint, and minor content tweaks
Diffstat (limited to 'static/login.html')
-rw-r--r--static/login.html6
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&amp;! 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">