This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch fix_default_page
in repository https://gitbox.apache.org/repos/asf/fory-site.git

commit 3860969095b508cf90d0309ddf1f9599e4b88700
Author: chaokunyang <[email protected]>
AuthorDate: Wed Oct 29 19:41:49 2025 +0800

    add a default redirect
---
 static/docs/index.html | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/static/docs/index.html b/static/docs/index.html
new file mode 100644
index 000000000..26e8658a4
--- /dev/null
+++ b/static/docs/index.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8" />
+    <title>Redirecting…</title>
+    <meta http-equiv="refresh" content="0; url=/" />
+    <link rel="canonical" href="/" />
+    <script>
+      window.location.replace("/");
+    </script>
+  </head>
+  <body>
+    <p>
+      This page has moved. Redirecting to
+      <a href="/">the home page</a>…
+    </p>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to