500.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="The page you have requested is currently unavailable due to an error.">
  8. <title>Something's broken...</title>
  9. <style>
  10. <!--
  11. html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
  12. body{margin:0}
  13. h1{font-size:2em;margin:.67em 0}
  14. *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
  15. *:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
  16. html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
  17. body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}
  18. 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}
  19. 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%}
  20. h1,.h1{font-size:36px}
  21. p{margin:0 0 10px}
  22. .lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}
  23. html,body{height:100%}
  24. .site-wrapper{display:table;width:100%;height:100%;min-height:100%}
  25. .site-wrapper-inner{display:table-cell;vertical-align:top}
  26. .cover-container{margin-left:auto;margin-right:auto;padding:0 16px}
  27. @media (min-width:768px){.site-wrapper-inner{vertical-align:middle} .cover-container{width:640px;padding:0}.cover-container h1{font-size:36px}}
  28. -->
  29. </style>
  30. <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  31. <!--[if lt IE 9]>
  32. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  33. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  34. <![endif]-->
  35. </head>
  36. <body>
  37. <div class="site-wrapper">
  38. <div class="site-wrapper-inner">
  39. <div class="cover-container">
  40. <div class="inner cover">
  41. <h1>Something's broken...</h1>
  42. <p class="lead">The page you have requested is currently unavailable due to an error.</p>
  43. <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>
  44. <p class="lead">Thank you for your patience.</p>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. </body>
  50. </html>