-
Notifications
You must be signed in to change notification settings - Fork 1
/
cf-500.html
53 lines (50 loc) · 1.6 KB
/
cf-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
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Temporarily Unavailable
</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="antialiased-subpixel bg-gray-100 bg-gradient-to-r to-gray-100 from-gray-200">
<div class="w-full max-w-lg mx-auto mt-0 sm:mt-12 md:mt-20 lg:mt-28 p-4">
<h1 class="font-bold text-2xl text-black">
We'll be right back.
</h1>
<p class="mt-1 text-gray-700 tracking-tight">
Our servers are currently getting a tune-up and will be back up soon. We're sorry for the inconvenience!
</p>
<p class="hidden mt-2 text-gray-900 text-base tracking-tight">
If the issue persists, please open a
<a class="text-blue-600" href="mailto:support@mjwebs.com?subject=Internal Error | Ray ID:::RAY_ID::&body=Describe what you were doing when you noticed this error...">
support ticket.
</a>
</p>
<div class="pt-6">
<div class="p-5 shadow overflow-hidden rounded-lg bg-gray-50">
<p class="text-xs tracking-tight text-gray-600 font-medium">
Technical Details
</p>
<div class="mt-2 text-gray-400 text-sm">
<div>
<span>
::CLOUDFLARE_ERROR_500S_BOX::
</span>
</div>
<div class="text-gray-400 text-sm">
<p>
Ray ID: ::RAY_ID::
</p>
<p>
Client IP: ::CLIENT_IP::
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>