mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-01 18:58:27 +02:00
Clean up
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user