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; } +或者 点击这里返回首页。