10
10
< meta http-equiv ="Expires " content ="0 ">
11
11
< meta name ="description " content ="An enterprise-class UI components based on Ant Design and Vue ">
12
12
< title > Ant Design Vue</ title >
13
- < link rel ="icon " type ="image/x-icon " href ="http ://qn.antdv.com/favicon.ico ">
13
+ < link rel ="icon " type ="image/x-icon " href ="https ://qn.antdv.com/favicon.ico ">
14
14
< style id ="nprogress-style ">
15
15
# page-404 {
16
16
background-image : url ('https://os.alipayobjects.com/rmsportal/NOAjOBbnYCrNzrW.jpg' );
27
27
bottom : 0 ;
28
28
z-index : 100 ;
29
29
}
30
-
30
+
31
31
section {
32
32
position : absolute;
33
33
top : 48% ;
34
34
left : 55% ;
35
35
margin : -103px 0 0 -120px ;
36
36
text-align : center;
37
37
}
38
-
38
+
39
39
h1 {
40
40
color : # 1890ff ;
41
41
font-size : 120px ;
42
42
font-weight : 500 ;
43
43
}
44
-
44
+
45
45
p {
46
46
color : # 314659 ;
47
47
font-size : 18px ;
48
48
}
49
49
</ style >
50
- < script >
51
- var _hmt = _hmt || [ ] ;
52
- var isGithub = location . host . indexOf ( 'github' ) !== - 1 ;
53
- var src = isGithub ? 'https://hm.baidu.com/hm.js?b3ef688fa86bfb75027f1b410180a867' : 'https://hm.baidu.com/hm.js?1564b57c5b8f74933e4fedca9dc75b0d' ;
54
- ( function ( ) {
55
- var hm = document . createElement ( 'script' ) ;
56
- hm . src = src ;
57
- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
58
- s . parentNode . insertBefore ( hm , s ) ;
59
- } ) ( )
60
- </ script >
50
+ < script >
51
+ var _hmt = _hmt || [ ] ;
52
+ var srcMap = {
53
+ 'ant-design-vue.gitee.io' : 'https://hm.baidu.com/hm.js?1e30265f06f76fabfcdb7ed272017441' ,
54
+ 'vue.ant.design' : 'https://hm.baidu.com/hm.js?f0ba868f114e674b816b4880f7525811' ,
55
+ 'www.antdv.com' : 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22' ,
56
+ } ;
57
+ var src = srcMap [ location . host ] || 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22' ;
58
+ ( function ( ) {
59
+ var hm = document . createElement ( 'script' ) ;
60
+ hm . src = src ;
61
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
62
+ s . parentNode . insertBefore ( hm , s ) ;
63
+ } ) ( )
64
+ </ script >
61
65
</ head >
62
66
63
67
< body >
@@ -77,4 +81,4 @@ <h1>404</h1>
77
81
</ div >
78
82
</ body >
79
83
80
- </ html >
84
+ </ html >
0 commit comments