Update Redditlikechatter.HTML
This commit is contained in:
parent
4b396ae543
commit
96ab831f44
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<li><a href="Redditlike.HTML">Home</a></li>
|
<li><a href="Redditlike.HTML">Home</a></li>
|
||||||
<title>Chatroom</title>
|
<title>Chatroom</title>
|
||||||
<link rel="icon" href="Dangrain.ico" type="image/x-icon">
|
|
||||||
<style>
|
<style>
|
||||||
#chatbox {
|
#chatbox {
|
||||||
width: 1280px;
|
width: 1280px;
|
||||||
|
@ -12,6 +12,7 @@
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<link rel="icon" href="Dangrain.ico" type="image/x-icon">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="chatbox"></div>
|
<div id="chatbox"></div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue