day one
This commit is contained in:
12
pages/404.tsx
Normal file
12
pages/404.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import SEO from "../components/SEO";
|
||||
|
||||
const PageError404 = () => {
|
||||
return (
|
||||
<>
|
||||
<SEO title="404" />
|
||||
Error 404!!
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default PageError404;
|
||||
Reference in New Issue
Block a user