diff options
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/index.html b/res/index.html index bbc2751..049600f 100644 --- a/res/index.html +++ b/res/index.html @@ -71,6 +71,9 @@ <div class="input-group" id="guestlogin" style="display: none;"><span class="input-group-addon">${enterAsGuest}</span> <input class="form-control" id="guestname" type="text" placeholder="${yourName}"> </div> + <div class="input-group" id="guestpassword" style="display: none;"><span class="input-group-addon">${enterUserPassword}</span> + <input class="form-control" id="guestpass" type="text" placeholder="${yourPassword}"> + </div> </div> <!-- <div class="gutter gutter-horizontal" style="width: 10px;"></div> --> <div class="split split-horizontal" id="videowrap" style="width: calc(60% - 5px);"> |
