Skip to content

Commit

Permalink
new file: 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Smile-Wood committed Jan 16, 2024
1 parent 55e47ca commit 298ef2e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/img/title.jpg">
<title>404 Not Found</title>
</head>
<body>
<div style="width: 75%; margin: auto;">
<h1>呀!文件失踪了!</h1>
<p>对不起,我们找不到链接指向的文件。如果你是从外部网站链接来的,请告诉那个网站的管理员。</p>
<br>
<a href="https://ajjdxns.github.io">返回主页</a><a href="https://github.com/ajjdxns/ajjdxns.github.io/issues">将这个错误告诉我们</a>
</div>
</body>
</html>

0 comments on commit 298ef2e

Please sign in to comment.