summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index e9e881b..35254dc 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,12 @@
</div>
<div class="ui divider"></div>
<div class="ui input" id="password-container">
- <input placeholder="Password" id="password-input" type="text">
+ <input placeholder="Password" id="password-input" type="password">
+ </div>
+ <div class="ui divider"></div>
+ <div class="ui toggle checkbox">
+ <input id="ssl-input" type="checkbox">
+ <label>Enable SSL</label>
</div>
<div class="ui divider"></div>
<button class="ui button" id="connect">Connect</button>