12345678910111213141516171819202122232425262728293031323334353637 |
- <!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.0">
- <title>9169-激情、慾望、愛</title>
- <style>
- * {
- margin: 0;
- padding: 0;
- }
- div {
- background-color: #000;
- width: 100%;
- height: 100vh;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- h3 {
- color: #fff;
- text-align: center;
- }
- </style>
- </head>
- <body>
- <div>
- <h3>9169的朋友們</h3>
- <h3>非常抱歉,頁面出錯了</h3>
- <h3>我們正在努力修復中</h3>
- <h3>請刷新重試</h3>
- </div>
- </body>
- </html>
|