Update Redditlikechatter.HTML

This commit is contained in:
Dangrainage 2023-08-29 16:12:34 +02:00 committed by GitHub
parent 35397a017a
commit 210913b55b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<li><a href="Redditlike.HTML">Home</a></li>
<link rel="icon" href="Dangrain.ico" type="image/x-icon">
<title>Chatroom</title>
<style>
@ -14,7 +15,6 @@
</head>
<body>
<div id="chatbox"></div>
<li><a href="Redditlike.HTML">Home</a></li>
<input type="text" id="username" placeholder="Your Name">
<input type="text" id="message" placeholder="Type your message">
<button id="send">Send</button>