1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge, chrome=1 ">
6+ < meta name ="renderer " content ="webkit ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no ">
8+ < meta http-equiv ="Cache-Control " content ="no-transform ">
9+ < meta http-equiv ="Cache-Control " content ="no-siteapp ">
10+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="/images/favicon-180x180.png ">
11+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/images/favicon-32x32.png ">
12+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/images/favicon-16x16.png ">
13+ < link rel ="mask-icon " href ="/images/favicon.svg " color ="#222 ">
14+ < link rel ="stylesheet " href ="/css/main.css ">
15+ < script defer src ="/_vercel/insights/script.js "> </ script >
16+ < title > 404 Not Found</ title >
17+ < style >
18+ body {
19+ margin : 0 ;padding : 0 ;
20+ font-family : PingFang SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
21+ background : var (--body-bg-color );
22+ }
23+ .contentBody {
24+ position : absolute;
25+ height : calc (100% - 3px );
26+ width : 100% ;
27+ background-size : auto 100% ;
28+ }
29+ .content {
30+ position : absolute;
31+ top : 50% ;
32+ text-align : center;
33+ width : 100% ;
34+ margin-top : -160px ;
35+ user-select : none;
36+ }
37+ .title {
38+ margin : 0 auto;
39+ text-align : center;
40+ letter-spacing : 2px ;
41+ font-size : 150px ;
42+ line-height : 1 ;
43+ font-weight : 100 ;
44+ color : var (--text-color );
45+ }
46+ .details p {
47+ font-size : 15px ;
48+ line-height : 1.5 ;
49+ margin : 0 ;
50+ color : # 7b8993 ;
51+ }
52+ .backhome {
53+ margin-top : 24px ;
54+ display : inline-block;
55+ white-space : nowrap;
56+ cursor : pointer;
57+ letter-spacing : 1px ;
58+ font-size : 14px ;
59+ text-shadow : none;
60+ border : 2px solid # 7b8993 ;
61+ line-height : 36px ;
62+ text-align : center;
63+ text-decoration : none;
64+ height : 36px ;
65+ padding : 0 25px ;
66+ border-radius : 25px ;
67+ color : # 7b8993 ;
68+ }
69+ </ style >
70+ </ head >
71+
72+ < body >
73+ < div class ="headband "> </ div >
74+ < div class ="contentBody ">
75+ < div class ="content ">
76+ < div class ="title "> 404</ div >
77+ < section >
78+ < div class ="details ">
79+ < p > 抱歉!您要找的页面不见了</ p >
80+ </ div >
81+ < a href ="/ " class ="backhome " one-link-mark ="yes "> 返回首页</ a >
82+ </ section >
83+ </ div >
84+ </ div >
85+ </ body >
86+ </ html >
87+
0 commit comments