1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/site/client/app/views/chat.html

13 lines
209 B
HTML
Raw Normal View History

2015-06-21 19:20:17 +00:00
<section class="container-chat">
<nav>
<ul>
<li><a class="active">Lobby Chat</a></li>
<li><a>Current Match</a></li>
</ul>
</nav>
<div class="chat">
2015-06-21 19:47:39 +00:00
blaa blaa
2015-06-21 19:20:17 +00:00
</div>
</section>