123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {__NOLAYOUT__}
- <!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">不好意思,您访问的页面不存在~</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>
|