1 Star 0 Fork 0

testnulldefined / typecho-blog-theme-two-siderbar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
404.php 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
testnulldefined 提交于 2018-07-15 18:16 . update
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div class="col-md-12">
<div class="error-page">
<h2 class="post-title">404 - <?php _e('页面没找到'); ?></h2>
<p><?php _e('你想查看的页面已被转移或删除了, 要不要搜索看看? '); ?></p>
<form method="post" class="form form-inline search-form">
<p><input type="text" name="s" class="form-control" /></p>
<p><button type="submit" class="submit btn btn-info"><?php _e('搜索'); ?></button></p>
</form>
</div>
</div><!-- end #content-->
<?php $this->need('footer.php'); ?>
PHP
1
https://gitee.com/postbird/typecho-blog-theme-two-siderbar.git
git@gitee.com:postbird/typecho-blog-theme-two-siderbar.git
postbird
typecho-blog-theme-two-siderbar
typecho-blog-theme-two-siderbar
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891