diff options
Diffstat (limited to 'static')
| -rwxr-xr-x | static/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index a963264..7710601 100755 --- a/static/index.html +++ b/static/index.html @@ -175,6 +175,11 @@ line-height:-1; <input type="text" id="nickInput" size="17" /> <input id="passwordInputLabel" name="passwordInputLabel" size="17" type="text" class="invisible"> <input type="password" id="passwordInput" size="17" /> + + <label> + <input type="checkbox" name="rememberme" id="remembermeInput" /> + Remember Me + </label> <!-- <br /><a id="signin-submit">Sign In</a> --> <input id="signin-submit" value="Sign In" /> </div> |
