halo-theme-Single/500.ftl

12 lines
312 B
Plaintext
Raw Permalink Normal View History

2022-04-15 21:53:07 +08:00
<#include "header.ftl" />
<@head title="500 - ${blog_title!}"/>
2022-04-15 21:53:07 +08:00
<main>
<div class="wrap">
<div class="error-page">
<h1>500</h1>
2022-06-19 00:31:24 +08:00
<p>嘤嘤嘤,出错了</p>
2022-04-15 21:53:07 +08:00
<img src="${theme_base!}/source/images/404.png"/>
</div>
</div>
</main>
<#include "footer.ftl">