Skip to content

Commit

Permalink
update: 更新404页面
Browse files Browse the repository at this point in the history
  • Loading branch information
youranreus committed Nov 14, 2021
1 parent 88b644f commit ab467cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 404.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('components/header.php'); ?>
<div id="page404" class="PAP" role="main">
<h2 style="font-weight: 200; font-size: 4rem; opacity: .3;text-align: center;margin: 15rem 0;">没有找到呢</h2>
</div>
<?php $this->need('components/footer.php'); ?>

0 comments on commit ab467cc

Please sign in to comment.