Almost a chatpage!
This commit is contained in:
20
website/views/chat.php
Normal file
20
website/views/chat.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<div class="content">
|
||||
<div class="chat">
|
||||
<div class="chat-history">
|
||||
<div class="chat-message-self">Hi!</div><br>
|
||||
<div class="chat-message-other">Hi!</div><br>
|
||||
<div class="chat-message-self">Hi!</div><br>
|
||||
|
||||
</div>
|
||||
<form class="chat-field" method="post">
|
||||
<input type="text"
|
||||
name="message"
|
||||
placeholder="Typ een chatbericht om te verzenden"
|
||||
required
|
||||
>
|
||||
<input type="submit"
|
||||
value="Verstuur"
|
||||
>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user