Commit 819c196d authored by Liang Ding's avatar Liang Ding

Fixed #99

404 错误页面加入登录入口。
parent e7ec413b
......@@ -19,7 +19,9 @@
<div class="main">
<h2>404 Not Found!</h2>
<img class="img-404" alt="404: not found" title="404: not found" src="${staticServePath}/images/404.png" />
<div class="a-404"><a href="${servePath}">Index</a></div>
<div class="a-404"><a href="${servePath}">Index</a> |
<a href="${loginURL}">Login</a>
</div>
<a href="http://b3log.org" target="_blank">
<img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/>
</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment