1.0版本
This commit is contained in:
24
404.php
Normal file
24
404.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||
<?php $this->need('header.php'); ?>
|
||||
|
||||
<div class="section-inner">
|
||||
|
||||
<header class="page-header section-inner">
|
||||
<!--
|
||||
<h4 class="page-subtitle"><?php _e('404错误'); ?></h4>
|
||||
<h1 class="page-title"><?php _e('恭喜你迷路了'); ?></h1>
|
||||
-->
|
||||
</header><!-- .page-header -->
|
||||
|
||||
<div class="section-inner">
|
||||
|
||||
<?php ?>
|
||||
<p class="excerpt">笑不活了,您要查看的页面不见了……</p>
|
||||
<!--
|
||||
|
||||
|
||||
</div><!-- .section-inner -->
|
||||
|
||||
</div><!-- .post -->
|
||||
|
||||
<?php $this->need('footer.php'); ?>
|
Reference in New Issue
Block a user