halo-theme-Single/500.ftl

12 lines
308 B
Plaintext
Raw Normal View History

2022-04-15 21:53:07 +08:00
<#include "header.ftl" />
<@head title="500- ${blog_title!}"/>
<main>
<div class="wrap">
<div class="error-page">
<h1>500</h1>
<p>找不到页面啦</p>
<img src="${theme_base!}/source/images/404.png"/>
</div>
</div>
</main>
<#include "footer.ftl">