1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-24 11:14:20 +00:00
Files
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
not-gwent-online/site/client/app/modules/inner/views/chat.html
2015-06-23 10:36:29 +02:00

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>