This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 212b7c0a57 add page 404 notfound js (#638)
212b7c0a57 is described below
commit 212b7c0a57c7ff2685a7eca6069e90b908730754
Author: Casion <[email protected]>
AuthorDate: Wed Dec 21 09:49:26 2022 +0800
add page 404 notfound js (#638)
* add page 404 notfound js
---
src/pages/404.js | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/pages/404.js b/src/pages/404.js
new file mode 100644
index 0000000000..519fe73a8c
--- /dev/null
+++ b/src/pages/404.js
@@ -0,0 +1,11 @@
+import React from 'react';
+import Layout from '@theme/Layout';
+
+export default function() {
+ return (
+ <Layout>
+ <main class="container margin-vert--xl"><div class="row"><div class="col
col--6 col--offset-3"><h1 class="hero__title">Page Not Found404</h1><p>We could
not find what you were looking for.</p><p>Please contact the owner of the site
that linked you to the original URL and let them know their link is
broken.</p></div></div>
+ </main>
+ </Layout>
+ );
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]