From 03b550643a90def24cfff6350d6f2108f9358e0b Mon Sep 17 00:00:00 2001 From: kjmjh <18369898058@163.com> Date: Sat, 21 Sep 2024 20:21:07 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BC=9F=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c9abfec..33d32bc 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ if (!pageExists) { // 页面不存在,重定向到404页面 - window.location.href = "http://yourdomain.com/404.html"; + window.location.href = "https://kjmjh.github.io/404.html"; } }