-
Notifications
You must be signed in to change notification settings - Fork 0
/
502.html
63 lines (54 loc) · 1.24 KB
/
502.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
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>502 - Bad Gateway</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1, userscalable=no" name="viewport">
<style type="text/css">
/*<![CDATA[*/
html {
font-size: 1.2em;
}
body {
background: #F5F8FA;
padding: 30px;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
h1 {
color: #FC7701;
font-size: 1.5rem;
border-bottom: 2px solid #FC7701;
padding-bottom: 30px;
margin-bottom: 30px;
}
h1 .thin {
font-weight: 200;
}
article {
margin: 0 auto;
padding-top: 50px;
max-width: 600px;
}
article .description {
font-weight: 700;
padding: 0;
margin: 0;
color: #bcbcbd;
line-height: 1.5;
}
/*]]>*/
</style>
</head>
<body>
<article>
<h1>
<span class="thin">502</span>
<span class="title">Bad Gateway</span>
</h1>
<p class="description">
The server, while acting as a gateway or proxy, received an invalid response from an
inbound server it accessed while attempting to fulfill the request.
</p>
</article>
</body>
</html>