generated from katorlys-samples/Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdiscord.html
37 lines (32 loc) · 1.69 KB
/
discord.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
<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<title>Redirecting... - Katorly Lab</title>
<meta http-equiv="refresh" content="0; url=https://discord.gg/Uj8GWMCMw8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://katorly.com/css/output.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
</head>
<body class="h-full">
<main class="grid min-h-full place-items-center bg-white px-6 py-24 sm:py-32 lg:px-8">
<div class="text-center">
<p class="text-base font-semibold text-indigo-600">302</p>
<h1 class="mt-4 text-3xl font-bold tracking-tight text-gray-900 sm:text-5xl">Redirecting to Discord...</h1>
<p class="mt-6 text-base leading-7 text-gray-600">If you are not redirected, click the button below.</p>
<div class="mt-10 flex items-center justify-center gap-x-6">
<a href="https://discord.gg/Uj8GWMCMw8"
class="rounded-md bg-indigo-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">
Redirect now
</a>
</div>
</div>
</main>
</body>
</html>