diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-17 01:18:16 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-17 01:18:16 -0400 |
commit | 113c6d105a0b06603388e5e0ded90ed169ae0c50 (patch) | |
tree | 70af321cdce86a331141e437f6abae3c1cefd74a /client/index.html | |
parent | ts (diff) | |
download | tuxman-113c6d105a0b06603388e5e0ded90ed169ae0c50.tar.gz tuxman-113c6d105a0b06603388e5e0ded90ed169ae0c50.tar.bz2 tuxman-113c6d105a0b06603388e5e0ded90ed169ae0c50.zip |
map editor
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"> |