Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hicasper committed May 1, 2019
1 parent 1feadbb commit d09b657
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 404.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<section class="container">
<div class="f404">
<img src="<?php $this->options->themeUrl('img/404.png'); ?>">
<h1>404 Page Not Found</h1>
<h2>沒有找到你要的内容!</h2>
<p>
<a class="btn btn-primary" href="<?php $this->options ->siteUrl(); ?>">返回首页</a>
</p>
</div>
</section>
<?php $this->need('footer.php'); ?>

0 comments on commit d09b657

Please sign in to comment.