加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
404.php 1022 Bytes
一键复制 编辑 原始数据 按行查看 历史
iowen 提交于 2023-02-20 22:10 . 20230220
<?php
if ( ! defined( 'ABSPATH' ) ) { exit; }
get_header(); ?>
<style type="text/css">
.data-null {text-align: center;padding:100px 0}
.data-null h1 {font-size: 6rem;padding: 0;}
.data-null .btn-home {color: #fff;position: relative;top: 0;padding: 10px 75px;background: #f1404b;font-weight: 600;border-radius: 900px;transition: .2s;box-shadow: 0px 5px 20px -3px rgba(249, 100, 90, .6);}
.data-null .btn-home:hover {top:2px;background:#333;box-shadow:none;transition:.2s}
.screen-reader-text{display: none;}
</style>
<div class="main-content">
<div class="row">
<div class="col-12 col-lg-12">
<section class="data-null">
<h1 class="font-theme">404</h1>
<p><?php _e('抱歉,没有你要找的内容...','i_theme') ?></p>
<div style="margin-top: 30px">
<a class="btn-home" href="<?php bloginfo('url'); ?>"><?php _e('返回首页','i_theme') ?></a>
</div>
</section>
</div>
</div>
<?php get_footer(); ?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化