We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a4f27 commit e491deeCopy full SHA for e491dee
src/pages/404.js
@@ -0,0 +1,11 @@
1
+import React from 'react'
2
+import Layout from '../components/layout'
3
+
4
+const NotFoundPage = () => (
5
+ <Layout>
6
+ <h1>404: Not Found</h1>
7
+ <p>You just hit a route that doesn't exist... the sadness.</p>
8
+ </Layout>
9
+)
10
11
+export default NotFoundPage
0 commit comments