diff options
Diffstat (limited to 'html')
| -rwxr-xr-x | html/account.html | 8 | ||||
| -rwxr-xr-x | html/stylesheets.html | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/html/account.html b/html/account.html index cad5558..251d33e 100755 --- a/html/account.html +++ b/html/account.html @@ -16,4 +16,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. --> -<span class="username">{{username}}</span> +<div class="account"> + <input class="toggle" type="checkbox" id="account"> + <label class="username" for="account">{{username}}</label> + <div class="menu"> + <a href="/signout">Sign-out</a> + </div> +</div> diff --git a/html/stylesheets.html b/html/stylesheets.html index 4e3852c..8c97095 100755 --- a/html/stylesheets.html +++ b/html/stylesheets.html @@ -26,3 +26,4 @@ <link rel="stylesheet" href="/css/{{device}}/input.css"> <link rel="stylesheet" href="/css/{{device}}/login.css"> <link rel="stylesheet" href="/css/{{device}}/navbar.css"> +<link rel="stylesheet" href="/css/{{device}}/dropdown.css"> |
