123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <style>
- html, body {
- background-color: black;
- color: orange;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 24px;
- }
- body {
- width: 100vw;
- height: 100vh;
- margin: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- </style>
- <title>Sorry</title>
- </head>
- <body>
- <h1>
- sorry guys skibidihub is down <br />
- the skibidihub team will hopefully resolve this issue quickly
- </h1>
- </body>
- </html>
|