-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55e47ca
commit 298ef2e
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |