From 26f24a66b0fc5253c659afe7c66fd707ba3b46b2 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 31 Dec 2023 08:39:32 +0000 Subject: html: improve index & error page Signed-off-by: Robin H. Johnson --- _index.html | 14 ------------ assets/_index.html | 14 ------------ error.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 14 ++++++++++++ 4 files changed, 80 insertions(+), 28 deletions(-) delete mode 100644 _index.html delete mode 100644 assets/_index.html create mode 100644 error.html create mode 100644 index.html diff --git a/_index.html b/_index.html deleted file mode 100644 index 1a6b542..0000000 --- a/_index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - assets.gentoo.org redirect - - - This page should redirect immediately to the Gentoo Linux homepage. - - diff --git a/assets/_index.html b/assets/_index.html deleted file mode 100644 index 1a6b542..0000000 --- a/assets/_index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - assets.gentoo.org redirect - - - This page should redirect immediately to the Gentoo Linux homepage. - - diff --git a/error.html b/error.html new file mode 100644 index 0000000..187c13b --- /dev/null +++ b/error.html @@ -0,0 +1,66 @@ + + + + Gentoo Linux assets.gentoo.org — Error 404 (Not Found) + + + + + + + + + + + +
+
+
+
+
+ +

Not Found (404)

+ +

We couldn't find the resource you were trying to request.

+ +

If you've followed a link on our websites that led here, please let us know about the broken link.

+
+

Maybe something is wrong after all, and there's more information available on our Infrastructure Status website:

+

Visit Infra Status

+
+ +
+ Gentoo Linux Logo +
+
+
+
+
+ + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..1a6b542 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + + assets.gentoo.org redirect + + + This page should redirect immediately to the Gentoo Linux homepage. + + -- cgit v1.2.3-65-gdbad