Skip to content

Commit faa2647

Browse files
Update index.md
1 parent 01c1508 commit faa2647

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

index.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<html>
2+
<head>
3+
<!-- Global site tag (gtag.js) - Google Analytics -->
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177394059-1"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
10+
gtag('config', 'UA-177394059-1');
11+
</script>
12+
</head>
213
<body>
314
想进后台部
4-
<script>
5-
var _mtac = {};
6-
(function() {
7-
var mta = document.createElement("script");
8-
mta.src = "//pingjs.qq.com/h5/stats.js?v2.0.4";
9-
mta.setAttribute("name", "MTAH5");
10-
mta.setAttribute("sid", "500729039");
11-
var s = document.getElementsByTagName("script")[0];
12-
s.parentNode.insertBefore(mta, s);
13-
})();
14-
</script>
15-
1615
</body>
1716
</html>

0 commit comments

Comments
 (0)