forked from Kuriel23/foru-dc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (36 loc) · 1.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="utf-8" />
<title>Tribunal da Discord Sec.</title>
<meta charset="UTF-8" />
<meta name="robots" content="index" />
<meta
data-n-head="ssr"
data-hid="theme-color"
name="theme-color"
content="#5865F2"
/>
<meta name="description" content="Você foi banido injustamente de um ou mais servidores da DS? Nós temos a solução. Acesse o nosso site e seja redirecionado ao tribunal da DS, onde você poderá pedir o apelo do seu caso e ter chance de ser desbanido em servidores como For You ou na rede do The Reaper. Não perca tempo, faça valer os seus direitos." />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta
http-equiv="refresh"
content="0; URL='https://discord.gg/k7WC4jhMAK'"
/>
<meta property="og:image" content="https://i.imgur.com/xcZY7lz.png" />
<meta name="twitter:card" content="summary_small_image">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-900">
<div class="container mx-auto text-center py-10">
<h3 class="text-indigo-500 font-bold text-xl mb-4">
Descontraia! <br />Você está sendo redirecionado para nosso Tribunal.
</h3>
<a href="https://discord.gg/k7WC4jhMAK" class="bg-indigo-500 py-2 px-4 rounded text-white font-bold hover:bg-indigo-600">https://discord.gg/k7WC4jhMAK</a>
</div>
</body>
</html>