summaryrefslogtreecommitdiff
path: root/html/account.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/account.html')
-rwxr-xr-xhtml/account.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/account.html b/html/account.html
index ccba599..4c5b97d 100755
--- a/html/account.html
+++ b/html/account.html
@@ -20,7 +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>
+ <a href="/profile/?username={{profile}}">Profile</a>
+ <a href="/signout/">Sign-out</a>
</div>
</div>