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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 26bf000  Updates production by Jenkins
26bf000 is described below

commit 26bf000eb0daceb6966c3388610d550c74a14404
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Dec 7 10:17:24 2017 +0000

    Updates production by Jenkins
---
 content/404.html | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/content/404.html b/content/404.html
index 355c8dd..737285d 100644
--- a/content/404.html
+++ b/content/404.html
@@ -130,17 +130,19 @@
     <h1 id="page-not-found">404 Page Not Found</h1>
 
 <p>The page was moved or never existed.<br />
-Use menu above to navigate.<br />
-You will be redirected to main page in 5 second.</p>
+Use menu above to navigate or go to <a href="/">home page</a>.<br />
+If you noticed any site problem, typos, etc on any page, 
+please correct using “Edit on GitHub” button or check on <a 
href="https://github.com/apache/struts-site";>https://github.com/apache/struts-site</a>.</p>
+
+<p>You will be redirected to main page in 5 second.</p>
 
-<div onload="setTimeout('redirectToHome()', 5000)">
 <script type="text/javascript">
-               function redirectToHome() {
-                       window.location = "http://struts.apache.org/";
-               }
+    function redirectToHome() {
+        window.location = "http://struts.apache.org/";
+    }
+    setTimeout(redirectToHome, 5000);
 </script>
 
-</div>
 
   </section>
 </article>

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to