9 Star 21 Fork 6

shrekuu / typecho-bootstrap-theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
404.php 898 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shilin 提交于 2015-04-27 00:05 . new bootstrap theme
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div class="col-xs-12 col-md-9">
<div class="error-page">
<h2 class="post-title page-header">404 - <?php _e('页面没找到'); ?></h2>
<p><?php _e('你想查看的页面已被转移或删除了, 要不要搜索看看: '); ?></p>
<form method="post" class="form">
<div class="input-group">
<input type="text" name="s" class="text form-control" autofocus />
<span class="input-group-btn">
<button type="submit" class="submit btn btn-default" title="<?php _e('搜索'); ?>"><i class="glyphicon glyphicon-search"></i></button>
</span>
</div>
</form>
</div>
</div><!-- end #content-->
<?php $this->need('footer.php'); ?>
1
https://gitee.com/shrekuu/typecho-bootstrap-theme.git
git@gitee.com:shrekuu/typecho-bootstrap-theme.git
shrekuu
typecho-bootstrap-theme
typecho-bootstrap-theme
master

搜索帮助