Skip to content

Commit 06dffbf

Browse files
committed
update: 404 Not Found Page
1 parent 2aa560f commit 06dffbf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/404.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: "404: Page not found"
3+
title: "Page not found"
44
permalink: /404.html
55

66
redirect_from:
@@ -10,5 +10,6 @@
1010
---
1111

1212
<div class="lead">
13-
<p>{{site.data.locales[site.lang].not_found.statment }}</p>
13+
<!-- <p>{{site.data.locales[site.lang].not_found.statment }}</p> -->
14+
<p>We're sorry, the page you requested could not be found. Please go back to the homepage or visit the <kbd><a href="https://alkaison.github.io/Projects" title="Projects">Projects</a></kbd> page.</p>
1415
</div>

0 commit comments

Comments
 (0)