ToU update
This commit is contained in:
parent
a9a0996e77
commit
2c10aa662b
2 changed files with 17 additions and 7 deletions
|
@ -2,6 +2,7 @@
|
|||
<a href='/'><img class="header-img" src="/static/img/logo.svg"></a>
|
||||
<%if (username=='!nobody' ) { %>
|
||||
<a class="header-link" href="/client/login">Login</a>
|
||||
<a class="header-link" href="/client/register">Register</a>
|
||||
<% } else { %>
|
||||
<a class="header-link" href="/client/user?id=<%= username %>">
|
||||
<%= username %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue