diff options
author | WlodekM <[email protected]> | 2024-12-03 11:30:30 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-12-03 11:30:30 +0200 |
commit | a6935a059007b8ca4bf1159fbabe8f2a6a1ee50e (patch) | |
tree | 057050be61c83a0716b0ea153a3ee0ab828b7b98 /pages/main/page.html | |
parent | e902fee6e3c1d97a94f9db0c8035d7837c13da61 (diff) |
attachments1!!
Diffstat (limited to 'pages/main/page.html')
-rw-r--r-- | pages/main/page.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/main/page.html b/pages/main/page.html index 6069b1c..09efe3b 100644 --- a/pages/main/page.html +++ b/pages/main/page.html @@ -4,7 +4,9 @@ </div> <div class="messageInput disabled" id="messageForm"> <div id="repliesContainer"></div> + <div id="attachmentsContainer"></div> <div class="messageInputForm"> + <button id="addAttachment">+</button> <textarea name="message input" id="messageInput"></textarea> <button id="send">Send</button> </div> |