parent
14d50f1167
commit
ff0cf2f9dc
@ -1,12 +0,0 @@
|
|||||||
import Link from "next/link";
|
|
||||||
|
|
||||||
export default function FourOhFour() {
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
<h1>404 - Page Not Found</h1>
|
|
||||||
<Link href="/">
|
|
||||||
<a>Go back home</a>
|
|
||||||
</Link>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
import Link from "next/link";
|
|
||||||
|
|
||||||
export default function FourOhFour() {
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
<h1>500 - Page Not Found</h1>
|
|
||||||
<Link href="/">
|
|
||||||
<a>Go back home</a>
|
|
||||||
</Link>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
|
Loading…
Reference in new issue