12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?php /*a:1:{s:37:"/web/www/blog_tp6/view/index/404.html";i:1660637901;}*/ ?>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width">
- <meta name='robots' content='noindex,follow' />
- <title>huwhois的博客</title>
- <link rel="stylesheet" type="text/css" href="/static/lib/Hui-iconfont/1.0.8/iconfont.css" />
- <style>
- .page-404 {
- color: #afb5bf;
- padding-top: 60px;
- padding-bottom: 90px;
- text-align: center;
- }
- .page-404 .error-title {
- font-size: 80px
- }
- .page-404 .error-title .iconfont {
- font-size: 80px
- }
- .page-404 .error-description {
- font-size: 24px
- }
- .page-404 .error-info {
- font-size: 14px
- }
-
- a {
- text-decoration: none;
- color: #5A98E0;
- }
- .ml-20 {
- margin-left: 20px;
- }
- </style>
- </head>
- <body id="error-page">
- <div class="page-404 text-c" style="margin-top:80px;">
- <p class="error-title"><i class="Hui-iconfont va-m" style="font-size:80px"></i><span class="va-m">
- 404</span></p>
- <p class="error-description"><?php echo (htmlentities($e->getMessage())) ? htmlentities($e->getMessage()) : '不好意思,您访问的页面不存在~'; ?></p>
- <p class="error-info">
- 您可以:<a href="javascript:;" onclick="history.go(-1)" class="c-primary">< 返回上一页</a>
- <span class="ml-20">|</span><a href="/" class="c-primary ml-20">去首页 ></a></p>
- </div>
- </body>
- </html>
|