404 page
This commit is contained in:
17
src/pages/404.js
Normal file
17
src/pages/404.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import React from "react";
|
||||
import Layout from "../components/layout"
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<Layout>
|
||||
<h1>404 : Page not found</h1>
|
||||
<p>
|
||||
Sorry, we've misplaced that URL or it's pointing
|
||||
to something that doesn't exist.
|
||||
</p>
|
||||
<p>
|
||||
<a href="/">Head back home</a> to try finding it again.
|
||||
</p>
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user