forked from Kaiddd/roblox-client-optimizer-originalrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscord.html
19 lines (19 loc) · 836 Bytes
/
discord.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-frame-options" content="deny">
<meta http-equiv="x-content-type-options" content="nosniff">
<meta http-equiv="x-xss-protection" content="1; mode=block">
<meta http-equiv="x-dns-prefetch-control" content="on">
<meta http-equiv="content-security-policy" content="default-src 'none'; block-all-mixed-content; upgrade-insecure-requests">
<meta http-equiv="refresh" content="0;url=https://discord.gg/CThxh2kyEC">
<link rel="preconnect" href="https://discord.gg/">
<link rel="preconnect" href="https://discord.com/">
<title>Redirecting you to Discord...</title>
</head>
<body>
<h2>Redirecting you to Discord...</h2>
</body>
</html>