Change 404 tag
This commit is contained in:
parent
9ca3e18dd4
commit
2164775c6f
@ -4,13 +4,13 @@ function NotFoundPage() {
|
||||
|
||||
return (
|
||||
<Layout name="... ??? / 404: Not Found">
|
||||
<div className="block">
|
||||
<section className="block">
|
||||
<h1>Error 404: Not Found</h1>
|
||||
<p>
|
||||
<strong>Uh oh! The page you are looking for does not exist...</strong><br />
|
||||
<strong><a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes">[Wikipedia] Learn more about HTTP status codes.</a></strong>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user