feat: not found page
This commit is contained in:
parent
f7d8613807
commit
931c71b400
15
src/app/not-found.tsx
Normal file
15
src/app/not-found.tsx
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
export default function NotFound() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<section className="section section-md bg-default text-center">
|
||||||
|
<div className="container">
|
||||||
|
<h2 className="text-spacing-20">Page Not Found</h2>
|
||||||
|
<p className="heading-5">You may have mistyped the address or the page may have moved</p>
|
||||||
|
<a className="button button-primary" href="/">
|
||||||
|
Go to Homepage
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user