error.html 877 B

12345678910111213141516171819202122232425262728293031323334353637
  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.0">
  7. <title>9169-激情、慾望、愛</title>
  8. <style>
  9. * {
  10. margin: 0;
  11. padding: 0;
  12. }
  13. div {
  14. background-color: #000;
  15. width: 100%;
  16. height: 100vh;
  17. display: flex;
  18. flex-direction: column;
  19. justify-content: center;
  20. align-items: center;
  21. }
  22. h3 {
  23. color: #fff;
  24. text-align: center;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <div>
  30. <h3>9169的朋友們</h3>
  31. <h3>非常抱歉,頁面出錯了</h3>
  32. <h3>我們正在努力修復中</h3>
  33. <h3>請刷新重試</h3>
  34. </div>
  35. </body>
  36. </html>