This commit is contained in:
qo-op 2020-05-12 00:34:10 +02:00
parent e24b9db1ed
commit 16892df733
4 changed files with 156 additions and 236 deletions

View File

@ -1,61 +1,41 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!DOCTYPE html>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<head> <meta charset="utf-8">
<title>ERROR 400 - Bad Request!</title> <title>Oops! something went wrong</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex" /> <meta http-equiv="x-ua-compatible" content="ie=edge">
<style type="text/css"><!-- <style>
body { @import url(https://fonts.googleapis.com/css?family=Roboto:400,100);h1{font-weight:100;text-align:center;font-size:2.3em}body{font-family:Roboto,sans-serif;margin-top:25px;margin-bottom:25px}.container{padding:0 40px 10px;width:274px;background-color:#F7F7F7;margin:0 auto 10px;border-radius:2px;box-shadow:0 2px 2px rgba(0,0,0,.3);overflow:hidden}pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0 0 0 1em;text-indent:-1em}
color: #444444; .error-number {
background-color: #EEEEEE; margin: 0 30px;
font-family: 'Trebuchet MS', sans-serif; display: inline-block;
font-size: 80%; font-size: 268px;
} font-weight: bold;
h1 {} }
h2 { font-size: 1.2em; } .hex-error {
#page{ width: 284px;
background-color: #FFFFFF; }
width: 60%;
margin: 24px auto; .error-message {
padding: 12px; font-size: 88px;
} font-weight: 600;
#header { margin-bottom: 100px;
padding: 6px ; }
text-align: center; .content {
} text-align: center;
.status3xx { background-color: #475076; color: #FFFFFF; } }
.status4xx { background-color: #C55042; color: #FFFFFF; } </style>
.status5xx { background-color: #F2E81A; color: #000000; }
#content {
padding: 4px 0 24px 0;
}
#footer {
color: #666666;
background: #f9f9f9;
padding: 10px 20px;
border-top: 5px #efefef solid;
font-size: 0.8em;
text-align: center;
}
#footer a {
color: #999999;
}
--></style>
</head> </head>
<body> <body>
<div id="page"> <div class="content">
<div id="header" class="status4xx"> <div class="error-number">4</div>
<h1>ERROR 400 - Bad Request!</h1> <img src="/error/0.png" alt="0" class="hex-error">
</div> <div class="error-number">0</div>
<div id="content"> <div class="error-message">Something went wrong...</div>
<h2>The following error occurred:</h2> <small>
<p>You have used invalid syntax.</p> <pre><strong>error</strong>: server_error</pre><pre><strong>error_description</strong>: oops! something went wrong</pre>
<P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </small>
</div> </div>
<div id="footer">
<p>Powered by <a href="https://astroport.com">Astroport</a></p> </body></html>
</div>
</div>
</body>
</html>

View File

@ -1,61 +1,41 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!DOCTYPE html>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<head> <meta charset="utf-8">
<title>ERROR 401 - Unauthorized!</title> <title>Oops! something went wrong</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex" /> <meta http-equiv="x-ua-compatible" content="ie=edge">
<style type="text/css"><!-- <style>
body { @import url(https://fonts.googleapis.com/css?family=Roboto:400,100);h1{font-weight:100;text-align:center;font-size:2.3em}body{font-family:Roboto,sans-serif;margin-top:25px;margin-bottom:25px}.container{padding:0 40px 10px;width:274px;background-color:#F7F7F7;margin:0 auto 10px;border-radius:2px;box-shadow:0 2px 2px rgba(0,0,0,.3);overflow:hidden}pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0 0 0 1em;text-indent:-1em}
color: #444444; .error-number {
background-color: #EEEEEE; margin: 0 30px;
font-family: 'Trebuchet MS', sans-serif; display: inline-block;
font-size: 80%; font-size: 268px;
} font-weight: bold;
h1 {} }
h2 { font-size: 1.2em; } .hex-error {
#page{ width: 284px;
background-color: #FFFFFF; }
width: 60%;
margin: 24px auto; .error-message {
padding: 12px; font-size: 88px;
} font-weight: 600;
#header { margin-bottom: 100px;
padding: 6px ; }
text-align: center; .content {
} text-align: center;
.status3xx { background-color: #475076; color: #FFFFFF; } }
.status4xx { background-color: #C55042; color: #FFFFFF; } </style>
.status5xx { background-color: #F2E81A; color: #000000; }
#content {
padding: 4px 0 24px 0;
}
#footer {
color: #666666;
background: #f9f9f9;
padding: 10px 20px;
border-top: 5px #efefef solid;
font-size: 0.8em;
text-align: center;
}
#footer a {
color: #999999;
}
--></style>
</head> </head>
<body> <body>
<div id="page"> <div class="content">
<div id="header" class="status4xx"> <div class="error-number">4</div>
<h1>ERROR 401 - Unauthorized!</h1> <img src="/error/0.png" alt="0" class="hex-error">
</div> <div class="error-number">1</div>
<div id="content"> <div class="error-message">Something went wrong...</div>
<h2>The following error occurred:</h2> <small>
<p>The URL requested requires authorisation.</p> <pre><strong>error</strong>: server_error</pre><pre><strong>error_description</strong>: oops! something went wrong</pre>
<P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </small>
</div> </div>
<div id="footer">
<p>Powered by <a href="https://astroport.com">Astroport</a></p> </body></html>
</div>
</div>
</body>
</html>

View File

@ -1,61 +1,41 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!DOCTYPE html>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<head> <meta charset="utf-8">
<title>ERROR 403 - Forbidden!</title> <title>Oops! something went wrong</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex" /> <meta http-equiv="x-ua-compatible" content="ie=edge">
<style type="text/css"><!-- <style>
body { @import url(https://fonts.googleapis.com/css?family=Roboto:400,100);h1{font-weight:100;text-align:center;font-size:2.3em}body{font-family:Roboto,sans-serif;margin-top:25px;margin-bottom:25px}.container{padding:0 40px 10px;width:274px;background-color:#F7F7F7;margin:0 auto 10px;border-radius:2px;box-shadow:0 2px 2px rgba(0,0,0,.3);overflow:hidden}pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0 0 0 1em;text-indent:-1em}
color: #444444; .error-number {
background-color: #EEEEEE; margin: 0 30px;
font-family: 'Trebuchet MS', sans-serif; display: inline-block;
font-size: 80%; font-size: 268px;
} font-weight: bold;
h1 {} }
h2 { font-size: 1.2em; } .hex-error {
#page{ width: 284px;
background-color: #FFFFFF; }
width: 60%;
margin: 24px auto; .error-message {
padding: 12px; font-size: 88px;
} font-weight: 600;
#header { margin-bottom: 100px;
padding: 6px ; }
text-align: center; .content {
} text-align: center;
.status3xx { background-color: #475076; color: #FFFFFF; } }
.status4xx { background-color: #C55042; color: #FFFFFF; } </style>
.status5xx { background-color: #F2E81A; color: #000000; }
#content {
padding: 4px 0 24px 0;
}
#footer {
color: #666666;
background: #f9f9f9;
padding: 10px 20px;
border-top: 5px #efefef solid;
font-size: 0.8em;
text-align: center;
}
#footer a {
color: #999999;
}
--></style>
</head> </head>
<body> <body>
<div id="page"> <div class="content">
<div id="header" class="status4xx"> <div class="error-number">4</div>
<h1>ERROR 403 - Forbidden!</h1> <img src="/error/0.png" alt="0" class="hex-error">
</div> <div class="error-number">3</div>
<div id="content"> <div class="error-message">Something went wrong...</div>
<h2>The following error occurred:</h2> <small>
<p>You are not permitted to access the requested URL.</p> <pre><strong>error</strong>: server_error</pre><pre><strong>error_description</strong>: oops! something went wrong</pre>
<P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> </small>
</div> </div>
<div id="footer">
<p>Powered by <a href="https://astroport.com">Astroport</a></p> </body></html>
</div>
</div>
</body>
</html>

View File

@ -1,61 +1,41 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!DOCTYPE html>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<head> <meta charset="utf-8">
<title>ERROR 500 - Internal Server Error!</title> <title>Oops! something went wrong</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex" /> <meta http-equiv="x-ua-compatible" content="ie=edge">
<style type="text/css"><!-- <style>
body { @import url(https://fonts.googleapis.com/css?family=Roboto:400,100);h1{font-weight:100;text-align:center;font-size:2.3em}body{font-family:Roboto,sans-serif;margin-top:25px;margin-bottom:25px}.container{padding:0 40px 10px;width:274px;background-color:#F7F7F7;margin:0 auto 10px;border-radius:2px;box-shadow:0 2px 2px rgba(0,0,0,.3);overflow:hidden}pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0 0 0 1em;text-indent:-1em}
color: #444444; .error-number {
background-color: #EEEEEE; margin: 0 30px;
font-family: 'Trebuchet MS', sans-serif; display: inline-block;
font-size: 80%; font-size: 268px;
} font-weight: bold;
h1 {} }
h2 { font-size: 1.2em; } .hex-error {
#page{ width: 284px;
background-color: #FFFFFF; }
width: 60%;
margin: 24px auto; .error-message {
padding: 12px; font-size: 88px;
} font-weight: 600;
#header { margin-bottom: 100px;
padding: 6px ; }
text-align: center; .content {
} text-align: center;
.status3xx { background-color: #475076; color: #FFFFFF; } }
.status4xx { background-color: #C55042; color: #FFFFFF; } </style>
.status5xx { background-color: #F2E81A; color: #000000; }
#content {
padding: 4px 0 24px 0;
}
#footer {
color: #666666;
background: #f9f9f9;
padding: 10px 20px;
border-top: 5px #efefef solid;
font-size: 0.8em;
text-align: center;
}
#footer a {
color: #999999;
}
--></style>
</head> </head>
<body> <body>
<div id="page"> <div class="content">
<div id="header" class="status5xx"> <div class="error-number">5</div>
<h1>ERROR 500 - Internal Server Error!</h1> <img src="/error/0.png" alt="0" class="hex-error">
</div> <div class="error-number">0</div>
<div id="content"> <div class="error-message">Something went wrong...</div>
<h2>The following error occurred:</h2> <small>
<p>The requested URL caused an internal server error.</p> <pre><strong>error</strong>: server_error</pre><pre><strong>error_description</strong>: oops! something went wrong</pre>
<P>If you get this message repeatedly please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </small>
</div> </div>
<div id="footer">
<p>Powered by <a href="https://astroport.com">Astroport</a></p> </body></html>
</div>
</div>
</body>
</html>