Skip to content

Commit 64302ef

Browse files
authored
创建 404.html
1 parent 34924e7 commit 64302ef

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

layouts/404.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Page Not Found</title>
6+
</head>
7+
<body>
8+
<h1>Oops! Page not found.</h1>
9+
<p>The page you are looking for does not exist. Go back to the <a href="/">homepage</a>.</p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)