diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..1a6b542 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ +<!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" xml:lang="en" lang="en" dir="ltr"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <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> + This page should redirect immediately to the <a href="https://www.gentoo.org">Gentoo Linux homepage</a>. + </body> +</html> |