We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80fce7 commit 74219a3Copy full SHA for 74219a3
1 file changed
index.html
@@ -22,14 +22,15 @@
22
}
23
</script>
24
25
- <!-- Global site tag (gtag.js) - Google Analytics -->
26
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-NT498QGSGZ"></script>
+
27
<script>
28
- window.dataLayer = window.dataLayer || [];
29
- function gtag(){dataLayer.push(arguments);}
30
- gtag('js', new Date());
31
-
32
- gtag('config', 'G-NT498QGSGZ');
+ var _hmt = _hmt || [];
+(function() {
+ var hm = document.createElement("script");
+ hm.src = "https://hm.baidu.com/hm.js?d4c8bbc6ae9c65f40c6868eea303c170";
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(hm, s);
33
+})();
34
35
36
<link href="res/fonts/fonts.css" rel="stylesheet"></link>
0 commit comments