summary refs log tree commit diff
path: root/pages/main/page.html
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-11-30 19:17:18 +0200
committerWlodekM <[email protected]>2024-11-30 19:17:18 +0200
commit9a51a4caf91c455ec5072fa2d50668dd69df5c02 (patch)
tree5d5e7ce9a7bb79acf6020cb9db98f24184acf9a3 /pages/main/page.html
parent97157622be86c68f69e6e48f3746ca2c70b7e8a8 (diff)
replies n shit
Diffstat (limited to 'pages/main/page.html')
-rw-r--r--pages/main/page.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/pages/main/page.html b/pages/main/page.html
index 8b16e26..bfa78c5 100644
--- a/pages/main/page.html
+++ b/pages/main/page.html
@@ -1,7 +1,10 @@
 <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 id="repliesContainer"></div>
+        <div class="messageInputForm">
+            <textarea name="message input" id="messageInput"></textarea>
+            <button id="send">Send</button>
+        </div>
     </div>
 </div>
\ No newline at end of file