commit | b2d5aa0312016c14a967313939748d573004b3e8 | [log] [tgz] |
---|---|---|
author | Gav <gmcdonald@apache.org> | Fri Nov 15 11:56:22 2019 +0000 |
committer | GitHub <noreply@github.com> | Fri Nov 15 11:56:22 2019 +0000 |
tree | 6e4a180235179e68c8300812bb52b97d4d070177 | |
parent | 8fcdf47cbea0b03aa20b6657aba1d5c56fbae221 [diff] |
Create index.html redirect apache.github.io to apache.org
diff --git a/index.html b/index.html new file mode 100644 index 0000000..4cf2443 --- /dev/null +++ b/index.html
@@ -0,0 +1,9 @@ +<html> +<head> +<meta http-equiv="refresh" content="2;url=https://apache.org" /> +<title>goto apache.org</title> +</head> +<body> +apache.github.io is a landing page for the main apache.org website. Click <a href="https://apache.org">here</a> to go to the main site. +</body> +</html>