upload all

This commit is contained in:
zibright
2025-06-24 13:03:14 +08:00
commit bc51415f2f
99 changed files with 5113 additions and 0 deletions

30
404.php Normal file
View 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'); ?>