404.html 566 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title></title>
  6. </head>
  7. <body>
  8. <div style="margin:0 auto;text-align:center;margin-top:100px">
  9. <h2>404. Not Found</h2>
  10. <p>没有找到你要的页面</p>
  11. <pre>
  12. .----.
  13. _.'__ `.
  14. .--($)($$)---/#\
  15. .' @ /###\
  16. : , #####
  17. `-..__.-' _.-\###/
  18. `;_: `"'
  19. .'"""""`.
  20. /, ya ,\\
  21. // 404! \\
  22. `-._______.-'
  23. ___`. | .'___
  24. (______|______)
  25. </pre>
  26. </div>
  27. </body>
  28. </html>