-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathcf-errors-updated.html
52 lines (42 loc) · 1.17 KB
/
cf-errors-updated.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Nexus Error Page</title>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body>
<h1>We've encountered an error</h1>
<p>Please check our status page:</p>
<p><btn><a href="https://nexusmods.statuspage.io">View Nexus Mods status page</a></btn></p>
::CLOUDFLARE_ERROR_500S_BOX::
</body>
<style>
body{
font-family: Roboto, sans-serif;
padding: 6px 28px;
background: #101010;
color:#fff;
}
h1{
color: #fff;
font-family: Montserrat, sans-serif;
}
btn a{
background:#D98F40;
color:#fff;
padding:8px 12px;
text-decoration:none;
border-radius:4px;
}
btn a:hover{
background:#E0A362;
}
</style>
</html>