From 98ab46532f2a1c6791248388616f187b895979bf Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sun, 1 Jun 2025 18:15:14 -0400 Subject: [PATCH] Move error pages. --- 400.html => http_error/400.html | 0 401.html => http_error/401.html | 0 403.html => http_error/403.html | 0 404.html => http_error/404.html | 0 500.html => http_error/500.html | 0 501.html => http_error/501.html | 0 502.html => http_error/502.html | 0 503.html => http_error/503.html | 0 504.html => http_error/504.html | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename 400.html => http_error/400.html (100%) rename 401.html => http_error/401.html (100%) rename 403.html => http_error/403.html (100%) rename 404.html => http_error/404.html (100%) rename 500.html => http_error/500.html (100%) rename 501.html => http_error/501.html (100%) rename 502.html => http_error/502.html (100%) rename 503.html => http_error/503.html (100%) rename 504.html => http_error/504.html (100%) diff --git a/400.html b/http_error/400.html similarity index 100% rename from 400.html rename to http_error/400.html diff --git a/401.html b/http_error/401.html similarity index 100% rename from 401.html rename to http_error/401.html diff --git a/403.html b/http_error/403.html similarity index 100% rename from 403.html rename to http_error/403.html diff --git a/404.html b/http_error/404.html similarity index 100% rename from 404.html rename to http_error/404.html diff --git a/500.html b/http_error/500.html similarity index 100% rename from 500.html rename to http_error/500.html diff --git a/501.html b/http_error/501.html similarity index 100% rename from 501.html rename to http_error/501.html diff --git a/502.html b/http_error/502.html similarity index 100% rename from 502.html rename to http_error/502.html diff --git a/503.html b/http_error/503.html similarity index 100% rename from 503.html rename to http_error/503.html diff --git a/504.html b/http_error/504.html similarity index 100% rename from 504.html rename to http_error/504.html