summaryrefslogtreecommitdiff
path: root/html/account.html
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-20 21:01:48 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-20 21:01:48 -0700
commit1b35cf3f1124b161ebde5e9e3a2c74c8ea2821d0 (patch)
tree5f1255ab93943e50685d712a6d49b7ca8e2b484b /html/account.html
parent81cabf40f9063f72f04df9b720d7f0e25a185741 (diff)
Add status and more
Diffstat (limited to 'html/account.html')
-rwxr-xr-xhtml/account.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/account.html b/html/account.html
index 0a4da65..ccba599 100755
--- a/html/account.html
+++ b/html/account.html
@@ -20,6 +20,7 @@
<input class="toggle" type="checkbox" id="account">
<label class="username" for="account">{{username}}</label>
<div class="menu">
+ <a href="/profile?username={{profile}}">Profile</a>
<a href="/signout">Sign-out</a>
</div>
</div>