diff options
Diffstat (limited to 'html/index.html')
| -rwxr-xr-x | html/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/index.html b/html/index.html index 7bc01b0..0549ac5 100755 --- a/html/index.html +++ b/html/index.html @@ -19,9 +19,9 @@ Enter your nick: <form action="frameset.html" method="GET"> <input type="hidden" name="event" value="login"> - <input type="hidden" name="room" value="%%STRDROOM%%"> - <input type="text" name="nick"> - <input type="submit" value="login"> + <input type="hidden" name="room" accesskey="r" value="%%STRDROOM%%"> + <input type="text" name="nick" accesskey="n"> + <input type="submit" value="login" accesskey="s"> </form> </td> </tr> |
