-
Notifications
You must be signed in to change notification settings - Fork 7
/
cf-1000.html
37 lines (33 loc) · 1.09 KB
/
cf-1000.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">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>1000 - Internal Error</title>
<link rel="stylesheet" href="output.css" />
</head>
<body class="antialiased-subpixel text-left layout-row">
<div class="w-full max-w-lg mx-auto mt-20 p-5">
<img src="logo.svg" />
<h1 class="font-bold text-2xl text-black">Application Offline.</h1>
<p class="text-gray-900">
We're sorry, something is not right and it's most likely our fault.
</p>
<p class="text-gray-900 text-base">
If the issue persists, please open a
<a
class="text-blue-600"
href="mailto:[email protected]?subject=Internal Error 1000 | Ray ID:::RAY_ID::&body=Describe issue here..."
>
support ticket.
</a>
</p>
<div class="text-gray-400 pt-4 text-sm">
<span> ::CLOUDFLARE_ERROR_1000S_BOX:: </span>
<p>Ray ID: ::RAY_ID::</p>
<p>Client IP: ::CLIENT_IP::</p>
</div>
</div>
</body>
</html>