down.html 736 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <style>
  7. html, body {
  8. background-color: black;
  9. color: orange;
  10. font-family: Arial, Helvetica, sans-serif;
  11. font-size: 24px;
  12. }
  13. body {
  14. width: 100vw;
  15. height: 100vh;
  16. margin: 0;
  17. display: flex;
  18. justify-content: center;
  19. align-items: center;
  20. }
  21. </style>
  22. <title>Sorry</title>
  23. </head>
  24. <body>
  25. <h1>
  26. sorry guys skibidihub is down <br />
  27. the skibidihub team will hopefully resolve this issue quickly
  28. </h1>
  29. </body>
  30. </html>