Merge pull request #142 from ThomasRubini/w3cFix

W3c fix
This commit is contained in:
Djalim Simaila 2023-04-02 00:26:44 +02:00 committed by GitHub
commit 0ea543ac92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,23 +40,22 @@
</svg>
</button>
<ul class="suspects" id="interrogation_suspects"></ul>
<Section>
<section>
<button id="open_chat_button" class="open-button">Chat</button>
<div class="chat-popup" id="chatbox">
<div class="form-container">
<h1>Chat</h1>
<h2>Chat</h2>
<div class="messages_received_container">
<ul id="message_list" class="messages">
</ul>
</div>
<label for="msg"><b>Message</b></label>
<input type="text" id="chat_message_box" placeholder="Type message.." name="msg" required></textarea>
<label><b>Message</b></label>
<input type="text" id="chat_message_box" placeholder="Type message.." name="msg">
<button id="chat_button_send" class="btn">Send</button>
<button id="close_chat_button" type="button" class="btn cancel">Close</button>
</div>
</div>
</Section>
</section>
</section>
<section class="emotion_and_culprit_choices hidden">
<h1 class="emotion_and_culprit_choices_title">Choix du coupable et émotion des suspects</h1>