1 Star 3 Fork 1

Godor / wpgodor

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
404.php 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
Godor 提交于 2016-09-22 01:27 +08:00 . 修复了变量报错
<?php require_once('config.php'); ?>
<?php get_header(); ?>
<div id="single" class="page">
<div id="top">
<a class="<?php if (LOGO_FONT) { echo 'icon-icon'; } else { echo 'image-icon'; } ?>" href="javascript:history.back()"></a>
</div>
<div class="section">
<div class="images">
</div><div class="article">
<div>
<div class="content">
<h1>404 Not Found</h1>
<p>页面找不到了,搜索或者去首页看看.</p>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/godor/wpgodor.git
git@gitee.com:godor/wpgodor.git
godor
wpgodor
wpgodor
master

搜索帮助