upload all
This commit is contained in:
30
404.php
Normal file
30
404.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
_ _ __ _ ____ _ _ ___
|
||||
/ \ | |/ / / \ / ___|| | | |_ _|
|
||||
/ _ \ | ' / / _ \ \___ \| |_| || |
|
||||
/ ___ \| . \ / ___ \ ___) | _ || |
|
||||
/_/ \_\_|\_\/_/ \_\____/|_| |_|___|
|
||||
|
||||
* [Romanticism]
|
||||
* 404.php 错误页
|
||||
* @version 2.1
|
||||
**/
|
||||
?>
|
||||
|
||||
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||
<?php $this->need('config/header.php'); ?>
|
||||
<div class="LDtrans notfoundpage">
|
||||
<div class="mdui-card-primary mdui-valign show notfound-box">
|
||||
<div class="mdui-card-primary mdui-center">
|
||||
<br><br><br><br><br><br><br><br><br><br>
|
||||
<span>404</span><h1>这里是空荡的原野...</h1>
|
||||
<br>
|
||||
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php $this->need('config/footer.php'); ?>
|
Reference in New Issue
Block a user