-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path500.html
50 lines (37 loc) · 2.35 KB
/
500.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
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Server Error | Tako</title>
<script src="https://cdn.tailwindcss.com?plugins=typography"></script>
<link rel="icon" type="image/png" href="./icon.png" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<noscript>Terjadi Kesalahan di Server, Mohon Coba Lagi.</noscript>
<main id="indicator" class="size-6 animate-pulse rounded-full bg-[#37A2EA]/50 hidden"></main>
<main id="default" class="relative bg-[#37A2EA] text-white flex-col items-center justify-center gap-6 min-h-dvh hidden p-20">
<img src="https://takodotid.github.io/cloudflare-custom-pages/logo.svg" class="relative w-40 z-10" />
<div class="relative z-10 flex flex-col justify-center items-center gap-2 max-w-screen-md text-center">
<h1 class="font-semibold text-2xl">Terjadi Kesalahan di Server</h1>
<p class="text-balance">Mohon menunggu beberapa saat. <u>Halaman ini akan update secara otomatis</u>.</p>
</div>
<div class="flex gap-4 relative z-10 *:py-3 *:px-4 *:rounded-md *:duration-200">
<a href="https://discord.gg/tako" target="_blank" class="bg-[#4EBD77] hover:opacity-75">Join Discord Tako</a>
<a href="https://status.tako.id" target="_blank" class="bg-[#29373D] hover:opacity-75">Cek Status</a>
</div>
<div class="relative z-10 p-4 bg-[#1A2B32] rounded-md w-full max-w-screen-md prose prose-invert mt-4">::CLOUDFLARE_ERROR_500S_BOX::</div>
<div class="absolute inset-0 bg-[#1A2B32]/25 opacity-10 w-full h-full animate-pulse"></div>
<div class="absolute left-0 top-0 bg-white w-full h-1 animate-loader z-20"></div>
<div class="animate-pulse absolute top-4 right-4">
<svg class="size-6 animate-spin stroke-2 stroke-white fill-none" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M12 3a9 9 0 1 0 9 9" />
</svg>
</div>
</main>
<script type="text/javascript" src="./script.js"></script>
</body>
</html>