diff options
| author | Daniel Hader <[email protected]> | 2026-05-28 20:12:34 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-05-28 20:12:34 -0500 |
| commit | 334867ba0732f85a48ad88ef8f3201c10bc1da4e (patch) | |
| tree | 2267595ee463670e9c87ce22f18660ca2d34d4d8 /static/index.html | |
| parent | 86555bd1f89154394f4e997786896e710dd2ba1b (diff) | |
primitive login screen
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/static/index.html b/static/index.html index 061ca11..3fd75e3 100644 --- a/static/index.html +++ b/static/index.html @@ -12,16 +12,7 @@ <div id="layout"> <div id="container"> <div id="content"> - <form id="login-form"> - <label for="login-email">Email</label> - <input type="text" id="login-email" name="login-email"> - <br> - <label for="login-password">Password</label> - <input type="password" id="login-password" name="login-password"> - <br> - <input type="submit" value="Login"> - </form> - <span id="login-notice"></span> + <a href="login.html">Login</a> <h1>C&! Code Golf Leaderboard</h1> |
