mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
13 lines
196 B
HTML
13 lines
196 B
HTML
|
<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">
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</section>
|