diff options
author | 2023-12-31 05:20:06 +0000 | |
---|---|---|
committer | 2023-12-31 05:20:06 +0000 | |
commit | 6cd3f6825f5ecf798fe3579de0f3ec5501f8823c (patch) | |
tree | 9f1f1f7cbfd7395aa4eb1006a13b8322bfb10008 /assets/_index.html | |
parent | README: document the repo (diff) | |
download | assets-6cd3f6825f5ecf798fe3579de0f3ec5501f8823c.tar.gz assets-6cd3f6825f5ecf798fe3579de0f3ec5501f8823c.tar.bz2 assets-6cd3f6825f5ecf798fe3579de0f3ec5501f8823c.zip |
index: replace stock CDN77 content
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'assets/_index.html')
-rw-r--r-- | assets/_index.html | 11 |
1 files changed, 7 insertions, 4 deletions
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> |