Skip to content

Commit

Permalink
Merge pull request #187 from attackedrookie/master
Browse files Browse the repository at this point in the history
修改404.html文件
  • Loading branch information
hanxiaomax authored Dec 7, 2024
2 parents 89f3b60 + 8f0e3f3 commit e9ec93e
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,36 @@
permalink: /404.html
---

<h1 class="title">404</h1>
<div class="error-page">
<h1 class="title">404</h1>
<p>Sorry, the page you were looking for doesn't exist or has been moved.</p>
<p>You can go back to the <a href="/">home page</a> or use the search bar to find what you're looking for.</p>
<p>If you think this is an error, please contact us.</p>
</div>

<style>
.error-page {
text-align: center;
padding: 50px;
font-family: Arial, sans-serif;
}

.error-page .title {
font-size: 100px;
color: #ff6f61;
}

.error-page p {
font-size: 18px;
color: #333;
}

.error-page a {
color: #007bff;
text-decoration: none;
}

.error-page a:hover {
text-decoration: underline;
}
</style>

0 comments on commit e9ec93e

Please sign in to comment.