Files
Romanticism/404.php
2025-06-24 13:03:14 +08:00

31 lines
752 B
PHP

<?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'); ?>