1 Star 0 Fork 4

Kobe-Curry/iFalse主题

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
404.php 857 Bytes
一键复制 编辑 原始数据 按行查看 历史
神秘布偶猫 提交于 2023-01-19 04:50 . 1.5.2正在更新中
<?php i_frame(); ?>
<body>
<?php get_header(); ?>
<div class="page-404">
<div class="page-404-detail">
<img src="<?php echo get_template_directory_uri(); ?>/static/img/404.png" alt="404">
<p><?php if(get_option("i_404_tip")) {echo get_option("i_404_tip");} else{echo "抱歉, 您请求的页面找不到了!";} ?></p>
<a class="back-home" href="<?php bloginfo('url') ?>">返回首页</a>
<a class="back-history" onclick="window.history.go(-1)" style="cursor:pointer">返回上页</a>
</div>
</div>
<div class="progress-wrap">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98"/>
</svg>
</div>
<?php get_footer(); ?>
<?php i_frame_js() ?>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/kobe-curry/iFalse.git
git@gitee.com:kobe-curry/iFalse.git
kobe-curry
iFalse
iFalse主题
master

搜索帮助