diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index ad0c0ed..512ac8f 100644 --- a/www/index.html +++ b/www/index.html @@ -13,7 +13,13 @@ Passphrase: <input type="password" id="PassPhrase"> -<input type="button" id="LoadButton" value="Load" onclick="DoLoad"> +<input type="button" id="LoadButton" value="Load" onclick="DoLoad()"> +<br> +Group: +<select id="Group"> +</select> + +<input type="text" id="NewGroup" maxlength="512"> <hr> |