diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 20:21:07 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 20:21:07 -0700 |
| commit | 4130fd431d8c54573f231b4334dc02196d35f832 (patch) | |
| tree | 9028daae2c1b0ae902d7a28529a81fc03d0b6156 /html | |
| parent | bc4cb7be00b4cbf893e2a47043f88c8a43136e96 (diff) | |
Add a drop down menu and signout
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"> |
