404.html 524 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>找不到页面</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  8. <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0"/>
  9. <style>
  10. body div {
  11. text-align: center;
  12. font-size: 16px;
  13. padding: 20px;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <div>404</div>
  19. </body>
  20. </html>