We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34924e7 commit 64302efCopy full SHA for 64302ef
1 file changed
layouts/404.html
@@ -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