Skip to content

Commit

Permalink
Site updated: 2024-04-17 23:12:27
Browse files Browse the repository at this point in the history
  • Loading branch information
eddy1937 committed Apr 17, 2024
1 parent d1c7519 commit c4084d2
Showing 1 changed file with 33 additions and 40 deletions.
73 changes: 33 additions & 40 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,39 @@
padding: 0;
background-color: #f0f0f0;
}

<pre><code>h1 &#123;
text-align: center;
margin-top: 200px;
font-size: 48px;
color: #333;
&#125;

p &#123;
text-align: center;
font-size: 18px;
color: #666;
&#125;

a &#123;
text-decoration: none;
color: #007bff;
&#125;

.search-bar &#123;
text-align: center;
margin-top: 20px;
&#125;

.search-bar input[type=&quot;text&quot;] &#123;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
&#125;

.search-bar button &#123;
padding: 10px 20px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
&#125;
</code></pre>
<p> </style></p>
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;
}
</style>
</head>
<body>
<h1>404 頁面不存在</h1>
Expand Down

0 comments on commit c4084d2

Please sign in to comment.