This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent e093936c3d
commit 387a02e2d3

View file

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