1 Star 0 Fork 0

鼠子/Typecho Tomori Theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
404.php 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
鼠子 提交于 2024-11-02 08:20 . 1.0
<?php
/**
* Tomori Post
* @package Tomori
* @author 鼠子(ShuShuicu)
* @version 1.0
* @link https://blog.miomoe.cn/
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('header.php');
$this->need('inc/post/nav.php');
?>
<div :class="{ pagesText: true, pagesTextShow: pageIndex == 0 }">
<div class="pagesTextBox">
<h1>Error 404</h1>
<p>没想好放点什么</p>
</div>
</div>
<?php
$this->need('inc/category.php');
$this->need('footer.php');
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ShuShuicu/typecho-tomori-theme.git
git@gitee.com:ShuShuicu/typecho-tomori-theme.git
ShuShuicu
typecho-tomori-theme
Typecho Tomori Theme
master

搜索帮助