HTTP521.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. <title>We've got some trouble | 521 - Webservice currently unavailable</title>
  8. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
  9. <style type="text/css">
  10. html,body {
  11. width: 100%;
  12. height: 100%;
  13. background-color: #21232a;
  14. }
  15. body {
  16. color: #fff;
  17. text-align: center;
  18. text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  19. padding: 0px;
  20. min-height: 100%;
  21. -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .8);
  22. box-shadow: inset 0 0 100px rgba(0, 0, 0, .8);
  23. display: table;
  24. }
  25. .lead {
  26. color: #c0c0c0;
  27. }
  28. .cover {
  29. display: table-cell;
  30. vertical-align: middle;
  31. padding: 0 20px;
  32. }
  33. </style>
  34. </head>
  35. <body>
  36. <div class="cover">
  37. <h1>Webservice currently unavailable <small>Error 521</small></h1>
  38. <p class="lead">We've got some trouble with our backend upstream cluster.<br />
  39. Our service team has been dispatched to bring it back online.</p>
  40. </div>
  41. </body>
  42. </html>