Skip to content

Commit d8e77bb

Browse files
author
haibo.li2
committed
修改定位
1 parent 4dbb2da commit d8e77bb

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.DS_Store

-2 KB
Binary file not shown.

img/.DS_Store

0 Bytes
Binary file not shown.

img/etest.png

52 KB
Loading

index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,22 @@
99
<meta name="baidu-site-verification" content="code-S6QvHiQngS" />
1010
<meta name="sogou_site_verification" content="itQWp0PzrY" />
1111
<meta name="360-site-verification" content="212a9c9f54d8fb951a2ada2b2b88a82c" />
12-
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
12+
<meta
13+
name="viewport"
14+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
1315
<link rel="shortcut icon" href="./img/icon.ico" type="image/x-icon" />
1416
<link rel="stylesheet" href="./index.css" />
1517
<link rel="stylesheet" href="./lib/vue.css" />
1618
<link rel="stylesheet" href="./lib/gitalk.css" />
1719
<link rel="icon" href="./img/icon.ico" />
1820
<script>
19-
var _hmt = _hmt || []
20-
;(function () {
21-
var hm = document.createElement('script')
22-
hm.src = 'https://hm.baidu.com/hm.js?6945ed53b4af93b07dce4fc30c1c627c'
23-
var s = document.getElementsByTagName('script')[0]
24-
s.parentNode.insertBefore(hm, s)
25-
})()
21+
var _hmt = _hmt || [];
22+
(function () {
23+
var hm = document.createElement('script');
24+
hm.src = 'https://hm.baidu.com/hm.js?6945ed53b4af93b07dce4fc30c1c627c';
25+
var s = document.getElementsByTagName('script')[0];
26+
s.parentNode.insertBefore(hm, s);
27+
})();
2628
</script>
2729
</head>
2830
<body>

0 commit comments

Comments
 (0)