-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
43 lines (40 loc) · 1.43 KB
/
404.html
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
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title> 404 - MONA</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
</script>
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link href="https://cdn.jsdelivr.net/npm/font-awesome/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<section class="error-404">
<div class="error-404-mian">
<div class="wrapper">
<div class="errors-top">
<div class="errors-16-info">
<h3> 404 </h3>
<p>sorry! 页面找不到了~</p>
<div class="social-coming-icons">
<a href="https://blog.moennar.cn/" class="footer-home"><span class="fa fa-home"
aria-hidden="true"></span></a>
<a href="http://wpa.qq.com/msgrd?v=3&uin=946735491&site=qq&menu=yes" title="QQ" class="footer-qq"><span class="fa fa-qq"
aria-hidden="true"></span></a>
<a href="#" title="微信" class="footer-wx"><span class="fa fa-weixin"
aria-hidden="true"></span></a>
<a href="#" title="微博" class="footer-wb"><span class="fa fa-weibo"
aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="copyright-footer">
<div class="copy-right">
<p>Copyright ©2021 <a href="https://www.aishoujizy.com/" target="_blank" title="404">DEMO</a> All rights reserved.</p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>