404.html 904 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>卿卿 - 404</title>
  7. <link href="/css/bootstrap.min.css" rel="stylesheet"/>
  8. <link href="/css/animate.css" rel="stylesheet"/>
  9. <link href="/css/style.css" rel="stylesheet"/>
  10. </head>
  11. <body class="gray-bg">
  12. <div class="middle-box text-center animated fadeInDown">
  13. <h1>404</h1>
  14. <h3 class="font-bold">找不到网页!</h3>
  15. <div class="error-desc">
  16. 对不起,您正在寻找的页面不存在。尝试检查URL的错误,然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容。
  17. <a href="javascript:top.document.location.href='/'" class="btn btn-primary m-t">主页</a>
  18. </div>
  19. </div>
  20. </body>
  21. </html>