halo-theme-Single/404.ftl

12 lines
323 B
Plaintext

<#include "header.ftl" />
<@head title="404 - ${blog_title!}" />
<main>
<div class="wrap">
<div class="error-page">
<h1>404</h1>
<p>嘤嘤嘤,找不到页面啦</p>
<img src="${theme_base!}/source/images/404.png" />
</div>
</div>
</main>
<#include "footer.ftl">