Skip to content

Commit 356ccf6

Browse files
committed
🐛 Fix b3log#12296
1 parent 5cfc1d3 commit 356ccf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/webapp/error/404.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<#include "../macro-common-page.ftl">
22

33
<@commonPage "404 Not Found!">
4-
<h2>${title}</h2>
5-
<img class="img-t0t" width="488" src="${staticServePath}/images/404.gif" title="404" alt="${title}"/>
4+
<h2>404 Not Found!</h2>
5+
<img class="img-t0t" width="488" src="${staticServePath}/images/404.gif" title="404" alt="404 Not Found!"/>
66
<div class="a-404">
77
欢迎访问
88
<a href="https://hacpai.com">黑客与画家</a>

0 commit comments

Comments
 (0)