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

juzhiyuan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 303fd36  Create index.html
303fd36 is described below

commit 303fd36dcd1d08edd543dd73d6b05dfbb4ce136e
Author: 琚致远 <[email protected]>
AuthorDate: Fri Feb 5 23:56:09 2021 +0800

    Create index.html
---
 downloads/index.html | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/downloads/index.html b/downloads/index.html
new file mode 100644
index 0000000..c8fc154
--- /dev/null
+++ b/downloads/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>Redirect to downloads page</title>
+  </head>
+  <body>
+    <script>
+      window.location.href = "https://apisix.apache.org/docs/downloads";;
+    </script>
+  </body>
+</html>

Reply via email to