第一次
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||
<?php $this->need('head.php'); ?>
|
||||
<body class="article-page">
|
||||
<?php $this->need('header.php'); ?>
|
||||
<main class="main full-width">
|
||||
<article class="has-image main-article">
|
||||
|
||||
<div class="article-details">
|
||||
|
||||
<?php _e('你想查看的页面已被转移或删除了, 要不要搜索看看: '); ?>
|
||||
|
||||
<div>
|
||||
</article>
|
||||
|
||||
|
||||
<?php $this->need('footer.php'); ?>
|
||||
Reference in New Issue
Block a user