save
This commit is contained in:
21
index.html
21
index.html
@@ -29,21 +29,16 @@
|
||||
</script>
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
if (location.href.includes('netlify.app')) {
|
||||
(function () {
|
||||
var hm = document.createElement("script");
|
||||
(function () {
|
||||
var hm = document.createElement("script");
|
||||
if (location.href.includes('netlify.app')) {
|
||||
hm.src = "https://hm.baidu.com/hm.js?d77525f1ad23698a2f34f54ff69c7750";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
} else {
|
||||
(function () {
|
||||
var hm = document.createElement("script");
|
||||
} else {
|
||||
hm.src = "https://hm.baidu.com/hm.js?0859df6553bae18ce901cca87d937ca7";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
}
|
||||
}
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user