diff options
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html index af15bbd..4d19ec0 100644 --- a/client/index.html +++ b/client/index.html @@ -11,7 +11,7 @@ <div id="center"> <form id="join" autocomplete="off"> <input type="text" id="room_code" name="room_code" placeholder="Room Code"> - <input type="text" id="name" name="name" placeholder="Player Name"> + <input type="text" id="player_name" name="name" placeholder="Player Name"> <input type="submit" value="Join!"/> </form> <div id="lobby"> |