@@ -8,11 +8,12 @@ const Error404 = () => {
|
||||
return (
|
||||
<CenteredContent>
|
||||
<PageTitle title="Not Found" />
|
||||
<h1>Not Found</h1>
|
||||
<Empty>We were unable to find the page you’re looking for.</Empty>
|
||||
<p>
|
||||
Go to <a href="/">homepage</a>.
|
||||
</p>
|
||||
<h1>Not found</h1>
|
||||
<Empty>
|
||||
We were unable to find the page you’re looking for. Go to the <a href="/">
|
||||
homepage
|
||||
</a>?
|
||||
</Empty>
|
||||
</CenteredContent>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user