mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-21 05:43:28 +02:00
11 lines
286 B
HTML
11 lines
286 B
HTML
<div id="buffer" ng-controller="bufferController"></div>
|
|
|
|
<form ng-submit="send()" ng-controller="chatController">
|
|
<div id="chat">
|
|
<input type="text" ng-model="chat" placeholder="Type to chat...">
|
|
</div>
|
|
|
|
<div id="send">
|
|
<input type="submit" value="Chat">
|
|
</div>
|
|
</form> |