astroport/www/LOVELand/error/500.html

42 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Oops! something went wrong</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<style>
@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}
.error-number {
margin: 0 30px;
display: inline-block;
font-size: 268px;
font-weight: bold;
}
.hex-error {
width: 284px;
}
.error-message {
font-size: 88px;
font-weight: 600;
margin-bottom: 100px;
}
.content {
text-align: center;
}
</style>
</head>
<body>
<div class="content">
<div class="error-number">5</div>
<img src="/error/0.png" alt="0" class="hex-error">
<div class="error-number">0</div>
<div class="error-message">Something went wrong...</div>
<small>
<pre><strong>error</strong>: server_error</pre><pre><strong>error_description</strong>: oops! something went wrong</pre>
</small>
</div>
</body></html>