File size: 2,252 Bytes
d9f840c | 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 | <!DOCTYPE html>
<html lang="en-US">
<head>
<title>522 Connection timed out</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body { margin: 0; padding: 0; background-color: #f1f1f1; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #333; }
.container { max-width: 1000px; margin: 0 auto; padding: 50px 20px; text-align: center; }
.error-code { font-size: 120px; font-weight: 300; margin: 0; line-height: 1; color: #d9534f; }
.error-message { font-size: 30px; font-weight: 400; margin: 20px 0; }
.details { background-color: #fff; padding: 30px; border-radius: 5px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); text-align: left; margin-top: 40px; }
.details h2 { margin-top: 0; font-size: 24px; font-weight: 400; }
.details p { font-size: 15px; line-height: 1.5; color: #555; }
hr { border: 0; border-top: 1px solid #eee; margin: 20px 0; }
.footer { font-size: 13px; color: #999; margin-top: 50px; }
</style>
</head>
<body>
<div class="container">
<h1 class="error-code">522</h1>
<h2 class="error-message">Connection timed out</h2>
<div class="details">
<h2>What happened?</h2>
<p>The initial connection between Cloudflare's network and the origin web server timed out. As a result, the web page can not be displayed.</p>
<hr>
<h2>What can I do?</h2>
<p><strong>If you're a visitor of this website:</strong><br>Please try again in a few minutes.</p>
<p><strong>If you're the owner of this website:</strong><br>Contact your hosting provider letting them know your web server is not completing requests. An Error 522 means that the request was able to connect to your web server, but that the request didn't finish. The most likely cause is that something on your server is hogging resources. Additional troubleshooting information here.</p>
</div>
<div class="footer">
Cloudflare Ray ID: <strong>81a2b3c4d5e6f7g8</strong> • Your IP: 192.0.2.1 • Performance & security by Cloudflare
</div>
</div>
</body>
</html>
|