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/account.html | |
| parent | bc4cb7be00b4cbf893e2a47043f88c8a43136e96 (diff) | |
Add a drop down menu and signout
Diffstat (limited to 'html/account.html')
| -rwxr-xr-x | html/account.html | 8 |
1 files changed, 7 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> |
