summaryrefslogtreecommitdiff
path: root/html/account.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/account.html')
-rwxr-xr-xhtml/account.html8
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>