e0d394896f
Removing all the styling from the javascript files, it should all be done in the css. Not finished yet, the chat and login screens still need a lot of work.
5 lines
155 B
HTML
5 lines
155 B
HTML
<article class="chat-message-wrapper">
|
|
<span class="chat-username"><%= username %>:</span>
|
|
<span class="chat-message"><%= message %></span>
|
|
</article>
|