Webpage to set a redirect to the official release announcement
diff --git a/content/redirect_to_blog_post.html b/content/redirect_to_blog_post.html
new file mode 100644
index 0000000..6a707d1
--- /dev/null
+++ b/content/redirect_to_blog_post.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <meta http-equiv="refresh" content="0; URL=https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-19"/>
+  <title>Apache OpenOffice - Redirect to the official release announcement</title>
+</head>
+
+<body>
+
+If your browser does not support redirection please click to go to the
+<a href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-19">official Apache OpenOffice release announcement</a>.
+
+</body>
+</html>