-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (28 loc) · 952 Bytes
/
404.html
File metadata and controls
31 lines (28 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>Mike的个人网站</title>
<meta charset="UTF-8">
<meta name="description" content="Mike的个人网站, Mike的工作室">
<meta name="author" content="mike2718">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="Stylesheet" type="text/css" href="css/style.css">
<script data-ad-client="ca-pub-5897293653782166" async src=
"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<!-- Vimwiki内容替换开始 -->
<div id="content">
<div id="404 Not Found - 找不到文件"><h1 id="404 Not Found - 找不到文件" class="header"><a href="#404 Not Found - 找不到文件">404 Not Found - 找不到文件</a></h1></div>
<p>
<a href="index.html">返回首页</a>
</p>
</div>
<!-- Vimwiki内容替换结束 -->
<!-- footer开始 -->
<div id="footer">
<p>© 2020 Mike的工作室</p>
</div>
<!-- footer结束 -->
</body>
</html>