Created
March 20, 2022 14:42
-
-
Save sumonst21/a80e67761f69201acf576eb7de8f61f5 to your computer and use it in GitHub Desktop.
Error 503 - Service unavailable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Service Unavailable</title> | |
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet"> | |
<link href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" rel="stylesheet" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> | |
<style> | |
html{min-height:100%;height:100%}body{background:#333;color:#333;height:inherit;font:400 16px/1em "Roboto",Arial,sans-serif;margin:0;min-height:inherit}a{color:#17a8e3;display:inline-block;text-decoration:none;-webkit-transition:color 0.2s;-o-transition:color 0.2s;transition:color 0.2s}a:focus,a:hover{color:#1999CD;text-decoration:none}.wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:inherit;padding:0 30px}.content{color:#f5f5f5;margin:auto;text-align:center}.content i{display:inline-block;font-size:42px;line-height:1em;margin:0 0 15px}.content h1{font-size:24px;font-weight:700;line-height:35px;margin:0 0 10px}.content p{font-size:18px;line-height:30px;;max-width: 650px;}.content a{color:#888;text-decoration:underline}.content a:focus,.content a:hover{color:#f5f5f5} | |
</style> | |
</head> | |
<body> | |
<div class="wrapper"> | |
<div class="content"> | |
<i class="fas fa-exclamation-circle"></i> | |
<h1>Error 503 - Service unavailable.</h1> | |
<p>The server is currently unable to handle your request due to scheduled maintenance or a temporary overload.</p> | |
<p>Please <a href="javascript:history.go(0)">try again</a> later or contact us if the problem persists.</p> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment