9 Star 23 Fork 6

shrekuu/typecho-bootstrap-theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
404.php 898 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bond 提交于 2023-06-24 23:41 +08:00 . squash commits
<?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'); ?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shrekuu/typecho-bootstrap-theme.git
git@gitee.com:shrekuu/typecho-bootstrap-theme.git
shrekuu
typecho-bootstrap-theme
typecho-bootstrap-theme
main

搜索帮助