diff --git a/src/errors/404.tsx b/src/errors/404.tsx new file mode 100644 index 0000000..bc58eb1 --- /dev/null +++ b/src/errors/404.tsx @@ -0,0 +1,18 @@ +import { Column, Logo, Page, Button, Padding } from '../components' + +export default function NotFound() { + return ( + <> + + + +

Error 404

+

Page not found

+ + + +
+
+ + ) +}