From e404014c664279629c2f2efde6dae6546a4b3c51 Mon Sep 17 00:00:00 2001 From: make Date: Wed, 7 May 2025 10:42:20 +0800 Subject: [PATCH] debug --- code/app/home/view/public/error.html | 34 ++++++++++++++++++++++++++-- code/public/404.html | 22 ++++++++++++++++-- 2 files changed, 52 insertions(+), 4 deletions(-) diff --git a/code/app/home/view/public/error.html b/code/app/home/view/public/error.html index 8583b12..ae1acb6 100644 --- a/code/app/home/view/public/error.html +++ b/code/app/home/view/public/error.html @@ -1,5 +1,6 @@ + @@ -17,6 +18,7 @@ height: 100vh; color: #333; } + .container { max-width: 500px; padding: 20px; @@ -24,29 +26,47 @@ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 8px; } + h1 { font-size: 48px; margin-bottom: 20px; color: #e74c3c; } + p { font-size: 16px; margin-bottom: 10px; } + a { color: #3498db; text-decoration: none; } + a:hover { text-decoration: underline; } + .countdown { font-weight: bold; color: #e74c3c; } +

{$strErrCode}

@@ -69,4 +98,5 @@

或者 点击这里返回首页

- + + \ No newline at end of file diff --git a/code/public/404.html b/code/public/404.html index 06ab31e..caf616d 100644 --- a/code/public/404.html +++ b/code/public/404.html @@ -1,5 +1,6 @@ + @@ -17,6 +18,7 @@ height: 100vh; color: #333; } + .container { max-width: 500px; padding: 20px; @@ -24,22 +26,27 @@ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 8px; } + h1 { font-size: 48px; margin-bottom: 20px; color: #e74c3c; } + p { font-size: 16px; margin-bottom: 10px; } + a { color: #3498db; text-decoration: none; } + a:hover { text-decoration: underline; } + .countdown { font-weight: bold; color: #e74c3c; @@ -47,6 +54,7 @@ +

404

@@ -69,4 +86,5 @@

或者 点击这里返回首页

- + + \ No newline at end of file