|
| 1 | +<html> |
| 2 | + <head> |
| 3 | + <link rel="stylesheet" href="<?php $this->options->themeUrl('css/404-style.css'); ?>"> |
| 4 | + <style>body{ |
| 5 | + background-color: #e7eff5; |
| 6 | + font-family: ziti; |
| 7 | +} |
| 8 | +@font-face { |
| 9 | + font-family: ziti; |
| 10 | + font-weight: 700; |
| 11 | + font-style: normal; |
| 12 | + font-display: swap; |
| 13 | + src: url('<?php $this->options->themeUrl('css/ziti.ttf'); ?>'); |
| 14 | +}</style> |
| 15 | + <meta charset="utf-8" /> |
| 16 | + <title>404-not-found</title> |
| 17 | + </head> |
| 18 | + <body> |
| 19 | + <div class="backgound"> |
| 20 | + <img src="<?php $this->options->themeUrl('img/404.png'); ?>" > |
| 21 | + <!-- <div class="http-code"> |
| 22 | + |
| 23 | + </div> --> |
| 24 | + </div> |
| 25 | + <div class="mod-first"> |
| 26 | + <div class="left"> |
| 27 | + <img src="<?php $this->options->themeUrl('img/wu.png'); ?>" > |
| 28 | + <h2>发生错误</h2> |
| 29 | + <ol> |
| 30 | + <li><div class="li-border">可能是您打开了错误链接</div></li> |
| 31 | + <li>可能是您打开的页面处于维护状态</li> |
| 32 | + <li>可能是您打开的页面已经被删除</li> |
| 33 | + <li>可能是您的浏览器缓存问题导致</li> |
| 34 | + </ol> |
| 35 | + </div> |
| 36 | + <div class="right"> |
| 37 | + <img src="<?php $this->options->themeUrl('img/content.png'); ?>" > |
| 38 | + <h1 class="content">联系方式</h1> |
| 39 | + <div class="content-span1"><span>邮箱:qine@qine.ltd</span></div> |
| 40 | + <div class="content-span2"><span>QQ群聊:108036667</span></div> |
| 41 | + <div class="content-span3"><span>GitHub:zc1351856278</span></div> |
| 42 | + <!-- <?php $this->options->title() ?> --> |
| 43 | + </div> |
| 44 | + <div class="top"> |
| 45 | + <img src="<?php $this->options->themeUrl('img/gps.png'); ?>" > |
| 46 | + <h1 class="GPS">网站导航</h1> |
| 47 | + <div class="gps-line-first"><span><a href="https://www.baidu.com/" >百度搜索</a></span></div> |
| 48 | + <div class="gps-line-second"><span><a href="https://www.google.com.hk/" >谷歌搜索</a><span></div> |
| 49 | + <div class="gps-line-third"><span><a href="https://www.idkzr.com/" >青益云记</a><span></div> |
| 50 | + <div class="gps-line-fouth"><span><a href="https://www.yuhenm.com/" >StarYuhen</a><span></div> |
| 51 | + </div> |
| 52 | + <div class="bottom"> |
| 53 | + <img src="<?php $this->options->themeUrl('img/text.png'); ?>" > |
| 54 | + <h1 class="news">最新文章</h1> |
| 55 | + <div id="news-post"><?php |
| 56 | + $this->widget('Widget_Contents_Post_Recent','pageSize=5')->parse('<li><a href="{permalink}">{title}</a></li>'); |
| 57 | + ?></div> |
| 58 | + </div> |
| 59 | + |
| 60 | + |
| 61 | + </div> |
| 62 | + <!-- 下面主要是移动端内容 --> |
| 63 | + <div class="mobile-all"> |
| 64 | + <div class="mobile-first"> |
| 65 | + <h1 class="mobile-news">最新文章</h1> |
| 66 | + <div class="mobile-news-post"><?php |
| 67 | + $this->widget('Widget_Contents_Post_Recent','pageSize=8')->parse('<li><a href="{permalink}">{title}</a></li>'); |
| 68 | + ?></div> |
| 69 | + </div> |
| 70 | + </div> |
| 71 | + <div class="nar-ber"> |
| 72 | + <!-- 请务必打开伪静态,反则请将下方../index.php修改成网站实际链接 --> |
| 73 | + <a href="../index.php">回到首页</a> |
| 74 | + </div> |
| 75 | + |
| 76 | + </body> |
| 77 | +</html> |
0 commit comments