From c4084d2c1645e64795d83cef8b9569145c16edee Mon Sep 17 00:00:00 2001 From: eddy1937 Date: Wed, 17 Apr 2024 23:12:28 +0800 Subject: [PATCH] Site updated: 2024-04-17 23:12:27 --- 404.html | 73 +++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 40 deletions(-) diff --git a/404.html b/404.html index c68ee6e..7a8a0d6 100644 --- a/404.html +++ b/404.html @@ -11,46 +11,39 @@ padding: 0; background-color: #f0f0f0; } - -
h1 {
-  text-align: center;
-  margin-top: 200px;
-  font-size: 48px;
-  color: #333;
-}
-
-p {
-  text-align: center;
-  font-size: 18px;
-  color: #666;
-}
-
-a {
-  text-decoration: none;
-  color: #007bff;
-}
-
-.search-bar {
-  text-align: center;
-  margin-top: 20px;
-}
-
-.search-bar input[type="text"] {
-  padding: 10px;
-  border: 1px solid #ccc;
-  border-radius: 5px;
-}
-
-.search-bar button {
-  padding: 10px 20px;
-  background-color: #007bff;
-  color: #fff;
-  border: none;
-  border-radius: 5px;
-  cursor: pointer;
-}
-
-

+ h1 { + text-align: center; + margin-top: 200px; + font-size: 48px; + color: #333; + } + p { + text-align: center; + font-size: 18px; + color: #666; + } + a { + text-decoration: none; + color: #007bff; + } + .search-bar { + text-align: center; + margin-top: 20px; + } + .search-bar input[type="text"] { + padding: 10px; + border: 1px solid #ccc; + border-radius: 5px; + } + .search-bar button { + padding: 10px 20px; + background-color: #007bff; + color: #fff; + border: none; + border-radius: 5px; + cursor: pointer; + } +

404 頁面不存在