123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="The page you have requested is currently unavailable due to an error.">
- <title>Something's broken...</title>
- <style>
- <!--
- html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
- body{margin:0}
- h1{font-size:2em;margin:.67em 0}
- *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
- *:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
- html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
- body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}
- h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}
- h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}
- h1,.h1{font-size:36px}
- p{margin:0 0 10px}
- .lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}
- html,body{height:100%}
- .site-wrapper{display:table;width:100%;height:100%;min-height:100%}
- .site-wrapper-inner{display:table-cell;vertical-align:top}
- .cover-container{margin-left:auto;margin-right:auto;padding:0 16px}
- @media (min-width:768px){.site-wrapper-inner{vertical-align:middle} .cover-container{width:640px;padding:0}.cover-container h1{font-size:36px}}
- -->
- </style>
- <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
- <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
- <![endif]-->
- </head>
- <body>
- <div class="site-wrapper">
- <div class="site-wrapper-inner">
- <div class="cover-container">
- <div class="inner cover">
- <h1>Something's broken...</h1>
- <p class="lead">The page you have requested is currently unavailable due to an error.</p>
- <p class="lead">The problem may be temporary, so please wait few seconds and try refreshing page. If this doesn't help, please visit us later.</p>
- <p class="lead">Thank you for your patience.</p>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|