This commit is contained in:
biglyderv 2024-09-19 06:03:47 -04:00
parent 093b7ab661
commit 903f4c8882
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954

View file

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