mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
chore(website): apply content width to 404 page
This commit is contained in:
parent
7c30bc9c72
commit
3c2263db86
@ -1,8 +1,9 @@
|
|||||||
|
import Section from "../components/Section";
|
||||||
|
|
||||||
export function NotFound() {
|
export function NotFound() {
|
||||||
return (
|
return (
|
||||||
<section>
|
<Section title="404: Not Found">
|
||||||
<h1>404: Not Found</h1>
|
|
||||||
<p>It's gone :(</p>
|
<p>It's gone :(</p>
|
||||||
</section>
|
</Section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user