summary refs log tree commit diff
path: root/pages/main/page.html
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-11-30 18:11:32 +0200
committerWlodekM <[email protected]>2024-11-30 18:11:32 +0200
commit97157622be86c68f69e6e48f3746ca2c70b7e8a8 (patch)
tree32fe8069343d2b41f01b2d58325942fb43864056 /pages/main/page.html
initial commit
Diffstat (limited to 'pages/main/page.html')
-rw-r--r--pages/main/page.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/main/page.html b/pages/main/page.html
new file mode 100644
index 0000000..8b16e26
--- /dev/null
+++ b/pages/main/page.html
@@ -0,0 +1,7 @@
+<div class="channel">
+    <div class="messages" id="messages"></div>
+    <div class="messageInput disabled" id="messageForm">
+        <textarea name="message input" id="messageInput"></textarea>
+        <button id="send">Send</button>
+    </div>
+</div>
\ No newline at end of file