404.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {__NOLAYOUT__}
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="viewport" content="width=device-width">
  7. <meta name='robots' content='noindex,follow' />
  8. <title>huwhois的博客</title>
  9. <link rel="stylesheet" type="text/css" href="/static/lib/Hui-iconfont/1.0.8/iconfont.css" />
  10. <style>
  11. .page-404 {
  12. color: #afb5bf;
  13. padding-top: 60px;
  14. padding-bottom: 90px;
  15. text-align: center;
  16. }
  17. .page-404 .error-title {
  18. font-size: 80px
  19. }
  20. .page-404 .error-title .iconfont {
  21. font-size: 80px
  22. }
  23. .page-404 .error-description {
  24. font-size: 24px
  25. }
  26. .page-404 .error-info {
  27. font-size: 14px
  28. }
  29. a {
  30. text-decoration: none;
  31. color: #5A98E0;
  32. }
  33. .ml-20 {
  34. margin-left: 20px;
  35. }
  36. </style>
  37. </head>
  38. <body id="error-page">
  39. <div class="page-404 text-c" style="margin-top:80px;">
  40. <p class="error-title"><i class="Hui-iconfont va-m" style="font-size:80px">&#xe656;</i><span class="va-m">
  41. 404</span></p>
  42. <p class="error-description">不好意思,您访问的页面不存在~</p>
  43. <p class="error-info">
  44. 您可以:<a href="javascript:;" onclick="history.go(-1)" class="c-primary">&lt; 返回上一页</a>
  45. <span class="ml-20">|</span><a href="/" class="c-primary ml-20">去首页 &gt;</a></p>
  46. </div>
  47. </body>
  48. </html>