修复统计代码,用于统计流量,请勿移除谢谢!

This commit is contained in:
MOSHOW郑锴 2021-01-16 20:44:22 +08:00
parent 093a918b84
commit 7c09451d89

View File

@ -1 +1,12 @@
<#include "/header-local.html">
<#include "/header-local.html">
<script>
/*统计代码,便于统计流量,请勿移除,谢谢!*/
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?ca9fe27e7fac2f16d060a632664000b5";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>