Update Redditlikechatter.HTML
This commit is contained in:
parent
35397a017a
commit
210913b55b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<li><a href="Redditlike.HTML">Home</a></li>
|
||||||
<link rel="icon" href="Dangrain.ico" type="image/x-icon">
|
<link rel="icon" href="Dangrain.ico" type="image/x-icon">
|
||||||
<title>Chatroom</title>
|
<title>Chatroom</title>
|
||||||
<style>
|
<style>
|
||||||
|
@ -14,7 +15,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="chatbox"></div>
|
<div id="chatbox"></div>
|
||||||
<li><a href="Redditlike.HTML">Home</a></li>
|
|
||||||
<input type="text" id="username" placeholder="Your Name">
|
<input type="text" id="username" placeholder="Your Name">
|
||||||
<input type="text" id="message" placeholder="Type your message">
|
<input type="text" id="message" placeholder="Type your message">
|
||||||
<button id="send">Send</button>
|
<button id="send">Send</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue