You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/02/07 19:19:29 UTC

[incubator-heron] branch gh-pages updated: update index

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

joshfischer pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 8ead429  update index
8ead429 is described below

commit 8ead4292d0ccd899041f8ef7e2d6a462c0edcc03
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Fri Feb 7 13:17:35 2020 -0600

    update index
---
 index.html | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 3a05986..65f8d3e 100644
--- a/index.html
+++ b/index.html
@@ -18,9 +18,12 @@ under the License.
 -->
 
 <html>
-<meta charset="utf-8">
-<title>Redirecting to https://heron.incubator.apache.org</title>
-<meta http-equiv="refresh" content="0; URL=https://heron.incubator.apache.org/">
-<link rel="canonical" href="https://heron.incubator.apache.org">
+<head>
+    <meta http-equiv="refresh" content="2;url=https://heron.incubator.apache.org" />
+    <title>goto heron.incubator.apache.org</title>
+</head>
+<body>
+this is a landing page for the main heron.incubator.apache.org website. Click <a href="https://heron.incubator.apache.org">here</a> to go to the main site.
+</body>
 </html>