mirror of
https://github.com/exane/not-gwent-online
synced 2025-06-21 03:04:21 +00:00
assets
client
public
server
site
client
app
modules
deck-builder
inner
components
views
chat.html
inner.html
navigation.html
search-match.html
landing
lobby
app.js
routes.js
assets
app.blade.php
gulpfile.js
package.json
public
server
test
.gitignore
gulpfile.js
package.json
17 lines
402 B
HTML
17 lines
402 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 class="chats">
|
|
blaa blaa
|
|
</div>
|
|
|
|
<textarea class="chatbox" placeholder="Type an message..." v-model="message" autofocus v-on="keydown: submitChat(this) | key 'enter'"></textarea>
|
|
</div>
|
|
|
|
</section> |