Update Redditlikechatter.HTML

This commit is contained in:
Dangrainage 2023-08-29 17:59:02 +02:00 committed by GitHub
parent 96ab831f44
commit c7bae50185
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="icon" href="Dangrain.ico" type="image/x-icon">
<li><a href="Redditlike.HTML">Home</a></li> <li><a href="Redditlike.HTML">Home</a></li>
<title>Chatroom</title> <title>Chatroom</title>
@ -12,7 +13,6 @@
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>