1 Star 0 Fork 12

张木 / CorePress

forked from ghboke / CorePress 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
404.php 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
mainpc 提交于 2021-06-19 20:26 . 4.9
<!doctype html>
<html lang="zh">
<head>
<?php get_header(); ?>
</head>
<body>
<div id="app">
<header>
<div class="header-main-plane">
<div class="header-main container">
<?php
get_template_part('component/nav-header');
?>
</div>
</div>
</header>
<style>
.container-404 {
padding: 20px;
font-size: 20px;
}
.container-404 img {
width: 60%;
cursor: default;
pointer-events: none;
}
</style>
<main class="container container-404" style="text-align: center;margin-top: 100px">
<div><?php file_load_img('404.svg'); ?></div>
<div>哎呀,您访问的页面不存在<br> <a href="<?php echo home_url()?>">返回首页</a></div>
</main>
<footer>
<?php
wp_footer();
get_footer(); ?>
</footer>
</div>
</body>
</html>
<?php
PHP
1
https://gitee.com/zhangmu66/corepress.git
git@gitee.com:zhangmu66/corepress.git
zhangmu66
corepress
CorePress
master

搜索帮助