Skip to content

Commit 47366f9

Browse files
author
GitLab CI pipeline
committed
commited by GitLab CI at 2022-12-26T02:21:38Z
1 parent 579436a commit 47366f9

354 files changed

Lines changed: 77659 additions & 43223 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2+
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4+
<head>
5+
<title>The page is not found</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7+
<style type="text/css">
8+
/*<![CDATA[*/
9+
body {
10+
background-color: #fff;
11+
color: #000;
12+
font-size: 0.9em;
13+
font-family: sans-serif,helvetica;
14+
margin: 0;
15+
padding: 0;
16+
}
17+
:link {
18+
color: #c00;
19+
}
20+
:visited {
21+
color: #c00;
22+
}
23+
a:hover {
24+
color: #f50;
25+
}
26+
h1 {
27+
text-align: center;
28+
margin: 0;
29+
padding: 0.6em 2em 0.4em;
30+
background-color: #294172;
31+
color: #fff;
32+
font-weight: normal;
33+
font-size: 1.75em;
34+
border-bottom: 2px solid #000;
35+
}
36+
h1 strong {
37+
font-weight: bold;
38+
font-size: 1.5em;
39+
}
40+
h2 {
41+
text-align: center;
42+
background-color: #3C6EB4;
43+
font-size: 1.1em;
44+
font-weight: bold;
45+
color: #fff;
46+
margin: 0;
47+
padding: 0.5em;
48+
border-bottom: 2px solid #294172;
49+
}
50+
h3 {
51+
text-align: center;
52+
background-color: #ff0000;
53+
padding: 0.5em;
54+
color: #fff;
55+
}
56+
hr {
57+
display: none;
58+
}
59+
.content {
60+
padding: 1em 5em;
61+
}
62+
.alert {
63+
border: 2px solid #000;
64+
}
65+
66+
img {
67+
border: 2px solid #fff;
68+
padding: 2px;
69+
margin: 2px;
70+
}
71+
a:hover img {
72+
border: 2px solid #294172;
73+
}
74+
.logos {
75+
margin: 1em;
76+
text-align: center;
77+
}
78+
/*]]>*/
79+
</style>
80+
</head>
81+
82+
<body>
83+
<h1><strong>nginx error!</strong></h1>
84+
85+
<div class="content">
86+
87+
<h3>The page you are looking for is not found.</h3>
88+
89+
<div class="alert">
90+
<h2>Website Administrator</h2>
91+
<div class="content">
92+
<p>Something has triggered missing webpage on your
93+
website. This is the default 404 error page for
94+
<strong>nginx</strong> that is distributed with
95+
the Amazon Linux AMI. It is located at
96+
<tt>/usr/share/nginx/html/404.html</tt></p>
97+
98+
<p>You should customize this error page for your own
99+
site or edit the <tt>error_page</tt> directive in
100+
the <strong>nginx</strong> configuration file
101+
<tt>/etc/nginx/nginx.conf</tt>.</p>
102+
103+
</div>
104+
</div>
105+
106+
<div class="logos">
107+
<a href="http://nginx.net/"><img
108+
src="/nginx-logo.png"
109+
alt="[ Powered by nginx ]"
110+
width="121" height="32" /></a>
111+
112+
<a href="http://aws.amazon.com/amazon-linux-ami/"><img
113+
src="poweredby.png"
114+
alt="[ Powered by the Amazon Linux AMI ]"
115+
width="88" height="31" /></a>
116+
</div>
117+
</div>
118+
</body>
119+
</html>

50x.html

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2+
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4+
<head>
5+
<title>The page is temporarily unavailable</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7+
<style type="text/css">
8+
/*<![CDATA[*/
9+
body {
10+
background-color: #fff;
11+
color: #000;
12+
font-size: 0.9em;
13+
font-family: sans-serif,helvetica;
14+
margin: 0;
15+
padding: 0;
16+
}
17+
:link {
18+
color: #c00;
19+
}
20+
:visited {
21+
color: #c00;
22+
}
23+
a:hover {
24+
color: #f50;
25+
}
26+
h1 {
27+
text-align: center;
28+
margin: 0;
29+
padding: 0.6em 2em 0.4em;
30+
background-color: #294172;
31+
color: #fff;
32+
font-weight: normal;
33+
font-size: 1.75em;
34+
border-bottom: 2px solid #000;
35+
}
36+
h1 strong {
37+
font-weight: bold;
38+
font-size: 1.5em;
39+
}
40+
h2 {
41+
text-align: center;
42+
background-color: #3C6EB4;
43+
font-size: 1.1em;
44+
font-weight: bold;
45+
color: #fff;
46+
margin: 0;
47+
padding: 0.5em;
48+
border-bottom: 2px solid #294172;
49+
}
50+
h3 {
51+
text-align: center;
52+
background-color: #ff0000;
53+
padding: 0.5em;
54+
color: #fff;
55+
}
56+
hr {
57+
display: none;
58+
}
59+
.content {
60+
padding: 1em 5em;
61+
}
62+
.alert {
63+
border: 2px solid #000;
64+
}
65+
66+
img {
67+
border: 2px solid #fff;
68+
padding: 2px;
69+
margin: 2px;
70+
}
71+
a:hover img {
72+
border: 2px solid #294172;
73+
}
74+
.logos {
75+
margin: 1em;
76+
text-align: center;
77+
}
78+
/*]]>*/
79+
</style>
80+
</head>
81+
82+
<body>
83+
<h1><strong>nginx error!</strong></h1>
84+
85+
<div class="content">
86+
87+
<h3>The page you are looking for is temporarily unavailable. Please try again later.</h3>
88+
89+
<div class="alert">
90+
<h2>Website Administrator</h2>
91+
<div class="content">
92+
<p>Something has triggered an error on your
93+
website. This is the default error page for
94+
<strong>nginx</strong> that is distributed with
95+
the Amazon Linux AMI. It is located at
96+
<tt>/usr/share/nginx/html/50x.html</tt></p>
97+
98+
<p>You should customize this error page for your own
99+
site or edit the <tt>error_page</tt> directive in
100+
the <strong>nginx</strong> configuration file
101+
<tt>/etc/nginx/nginx.conf</tt>.</p>
102+
103+
</div>
104+
</div>
105+
106+
<div class="logos">
107+
<a href="http://nginx.net/"><img
108+
src="/nginx-logo.png"
109+
alt="[ Powered by nginx ]"
110+
width="121" height="32" /></a>
111+
112+
<a href="http://aws.amazon.com/amazon-linux-ami/"><img
113+
src="poweredby.png"
114+
alt="[ Powered by the Amazon Linux AMI ]"
115+
width="88" height="31" /></a>
116+
</div>
117+
</div>
118+
</body>
119+
</html>

0 commit comments

Comments
 (0)