This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent 481719397c
commit 5ec060ee30
8 changed files with 54 additions and 24 deletions

View file

@ -1,4 +1,11 @@
<div class='header'>
<img src='/static/img/logo.svg'>
<a href='/'>BiglyChat</a>
<%if (username=='!nobody' ) { %>
<div class="button"><a href="/client/login">Login</a></div>
<% } else { %>
<a href="/client/user?user=<%= username %>">
<%= username %>
</a>
<% } %>
</div>