error404.php 515 B

123456789101112
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>404</title>
  6. </head>
  7. <body>
  8. <div style="width: 663px;height: 401px;margin: 230px auto 0 auto; background: url('<?= STATIC_URL ?>/static/images/404.jpg') no-repeat center center;"></div>
  9. <div style="font-size: 22px;color: #666;text-align: center;">出错了!您所访问的页面不存在,或者已被删除返回网站首页
  10. <a style="color:#4881ee;text-decoration: none;" href="/">&lt;返回网站首页</a></div>
  11. </body>
  12. </html>