diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:42 +0200 |
| commit | 98eac951f8087b213f5850bd126dcb279db360a8 (patch) | |
| tree | c121f5c4df1aab847defa539990c1315bd5ba4a8 /html/index.html | |
| parent | 0537da9d1e0f593130fc3967befb71e673b016bc (diff) | |
tagging ychat-0.6ychat-0.6
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> |
