4 Star 12 Fork 1

广树 / typecho ISLAND

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
404.php 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
eeg1412 提交于 2018-07-08 22:08 . 第一次提交
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div class="col-mb-12 col-tb-8 col-tb-offset-2">
<div class="archive-title-body">
<h3 class="archive-title">404 - <?php _e('页面没找到'); ?></h3>
</div>
<div class="wrap">
<div class="post_body">
<article class="post">
<p class="error_tips"><?php _e('你想查看的页面已被转移或删除了, 要不要搜索看看? '); ?></p>
<form method="post" class="error_form">
<p><input type="text" name="s" class="text" autofocus /></p>
<p><button type="submit" class="submit blog_btn"><?php _e('搜索'); ?></button></p>
</form>
</div>
</div>
</div>
</div><!-- end #content-->
<?php $this->need('footer.php'); ?>
PHP
1
https://gitee.com/eeg1412/typecho-ISLAND.git
git@gitee.com:eeg1412/typecho-ISLAND.git
eeg1412
typecho-ISLAND
typecho ISLAND
master

搜索帮助