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