Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit a9c563c

Browse files
authored
Create index.html
1 parent c2f3a3c commit a9c563c

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

static/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Random Rants - chat server</title>
5+
</head>
6+
7+
<body style="font-family: arial">
8+
<p>
9+
<img
10+
src="https://randomrants.glitch.me/random-rants-logo-text.png"
11+
alt="Random Rants Logo"
12+
/>
13+
</p>
14+
<h1 id="random-rants---chat-echoing-server">
15+
Random Rants - Chat Echoing Server
16+
</h1>
17+
<p>The message echoing server for Random Rants.</p>
18+
<h2 id="how-it-works">How it works</h2>
19+
<p>When a JSON message is sent, every client gets the message.</p>
20+
<h2 id="security-notice">Security Notice</h2>
21+
<p>
22+
Security is not the best here. Anyone that connects to this server can
23+
send anything in JSON format which can be used to manipulate a user. This
24+
was exploited many times before, be aware of this problem. This is because
25+
Random Rants is based on Gvbvdxx Chat&#39;s source code.
26+
</p>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)