diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index ce53bb4..00098aa 100644 --- a/www/index.html +++ b/www/index.html @@ -13,6 +13,7 @@ </head> <body> +<div class="header"> <table> <tr> <td class="headertext">Passphrase:</td> @@ -54,8 +55,8 @@ </td> </tr> </table> - <hr> +</div> <table id="DataTable" class="datatable"></table> |