404.html 507 B

123456789101112131415161718192021222324
  1. <!doctype html>
  2. <html>
  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, maximum-scale=1, user-scalable=no">
  7. <title>404</title>
  8. <style>
  9. body{
  10. background-color:#fff;
  11. font-size:14px;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div style="width:100%;">
  17. <div style="width:100%;margin-top:100px;text-align:center;">
  18. <h3>抱歉,页面跑丢了!</h3>
  19. </div>
  20. </div>
  21. </body>
  22. </html>