summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/dist/index.html
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-28 00:53:18 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-28 00:53:18 +0200
commit322e469730f86718bca94f87c9675af66c6c8540 (patch)
tree2e9d2f4c99b86c4c66810d7c370b24a5ec5dbe85 /WebInterface/NodeJSServer/dist/index.html
parent043cdb904dbe171b6feeb3addf08664a02ab7579 (diff)
parent9bb9e2ca95652e9f8fd3f21bf0206808de803b43 (diff)
Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi
Diffstat (limited to 'WebInterface/NodeJSServer/dist/index.html')
-rw-r--r--WebInterface/NodeJSServer/dist/index.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/WebInterface/NodeJSServer/dist/index.html b/WebInterface/NodeJSServer/dist/index.html
index 770db8a..4264b39 100644
--- a/WebInterface/NodeJSServer/dist/index.html
+++ b/WebInterface/NodeJSServer/dist/index.html
@@ -37,6 +37,16 @@
<h1>Server Listing</h1>
<hr>
<div class="server-entries">
+ <ul id="message-list">
+
+ </ul>
+ <input type="text" id="user-input">
+ <input type="text" id="message-input">
+ <button id="send-button">
+ Senden
+ </button>
+ </div>
+ <!-- <div class="server-entries">
<p>Server 1</p>
<p>Server 2</p>
<p>Server 3</p>
@@ -61,7 +71,7 @@
<p>Server 3</p>
<p>Server 3</p>
<p>Server 3</p>
- </div>
+ </div> -->
</div>
<div class="copyright-container">
@@ -69,6 +79,5 @@
</div>
</div>
<script src="index.js"></script>
- <script src="signalr.min.js"></script>
</body>
</html>