diff --git a/src/theme/NotFound.js b/src/theme/NotFound.js new file mode 100644 index 000000000..64182c0a5 --- /dev/null +++ b/src/theme/NotFound.js @@ -0,0 +1,38 @@ +import React from 'react'; +import Translate, {translate} from '@docusaurus/Translate'; +import {PageMetadata} from '@docusaurus/theme-common'; +import Layout from '@theme/Layout'; +export default function NotFound() { + return ( + <> + + +
+
+
+

+ + Page Not Found + +

+

+ + We could not find what you were looking for. + +

+
+
+
+
+ + ); +}