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