Skip to content

Commit 74219a3

Browse files
authored
Update index.html
1 parent d80fce7 commit 74219a3

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
2222
}
2323
</script>
2424

25-
<!-- Global site tag (gtag.js) - Google Analytics -->
26-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NT498QGSGZ"></script>
25+
2726
<script>
28-
window.dataLayer = window.dataLayer || [];
29-
function gtag(){dataLayer.push(arguments);}
30-
gtag('js', new Date());
31-
32-
gtag('config', 'G-NT498QGSGZ');
27+
var _hmt = _hmt || [];
28+
(function() {
29+
var hm = document.createElement("script");
30+
hm.src = "https://hm.baidu.com/hm.js?d4c8bbc6ae9c65f40c6868eea303c170";
31+
var s = document.getElementsByTagName("script")[0];
32+
s.parentNode.insertBefore(hm, s);
33+
})();
3334
</script>
3435

3536
<link href="res/fonts/fonts.css" rel="stylesheet"></link>

0 commit comments

Comments
 (0)