This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0eb5208 add index page
0eb5208 is described below
commit 0eb520873db742f698919f07f79e56e0c5bec38c
Author: ken.lj <[email protected]>
AuthorDate: Sun Nov 1 01:02:19 2020 +0800
add index page
---
index.html | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..1c2e16f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Redirect Page</title>
+ <script language="javascript" type="text/javascript">
+ window.location.href='/en-us';
+ </script>
+</head>
+</html>