Skip to content

Commit b618fbb

Browse files
committed
修复404返回首页的链接错误
1 parent f80aab5 commit b618fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Template/default/Home/Public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<body>
4545
<div id="box">
4646
<img src="/Template/default/Home/Public/image/404.jpg" alt="">
47-
<p>将在 <span id="mes">5</span> 秒钟后返回<a href="./">白俊遥博客</a>首页</p>
47+
<p>将在 <span id="mes">5</span> 秒钟后返回<a href="/">白俊遥博客</a>首页</p>
4848
<p class="hint">非常抱歉 - 您可能输入了错误的网址,或者该网页已删除或移动</p>
4949
</div>
5050
</body>

0 commit comments

Comments
 (0)