25 lines
597 B
PHP
25 lines
597 B
PHP
<?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'); ?>
|