diff options
-rw-r--r-- | _index.html | 11 | ||||
-rw-r--r-- | assets/_index.html | 11 |
2 files changed, 14 insertions, 8 deletions
diff --git a/_index.html b/_index.html index 445fd52..1a6b542 100644 --- a/_index.html +++ b/_index.html @@ -2,10 +2,13 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Your Push Zone has been created.</title> + <meta http-equiv="refresh" content="0; url=https://www.gentoo.org" /> + <script type="text/javascript"> + window.location.href = "https://www.gentoo.org"; + </script> + <title>assets.gentoo.org redirect</title> </head> - <body class="not-front not-logged-in page-node node-type-book no-sidebars"> - <p><img alt="logo" src="https://www.cdn77.com/design/logo_cdn77_small.png" /></p> - <h3>Your Push Zone has been created.</h3> + <body> + This page should redirect immediately to the <a href="https://www.gentoo.org">Gentoo Linux homepage</a>. </body> </html> diff --git a/assets/_index.html b/assets/_index.html index 445fd52..1a6b542 100644 --- a/assets/_index.html +++ b/assets/_index.html @@ -2,10 +2,13 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Your Push Zone has been created.</title> + <meta http-equiv="refresh" content="0; url=https://www.gentoo.org" /> + <script type="text/javascript"> + window.location.href = "https://www.gentoo.org"; + </script> + <title>assets.gentoo.org redirect</title> </head> - <body class="not-front not-logged-in page-node node-type-book no-sidebars"> - <p><img alt="logo" src="https://www.cdn77.com/design/logo_cdn77_small.png" /></p> - <h3>Your Push Zone has been created.</h3> + <body> + This page should redirect immediately to the <a href="https://www.gentoo.org">Gentoo Linux homepage</a>. </body> </html> |