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