add script

This commit is contained in:
liujianhuan 2020-04-14 13:19:03 +08:00
parent 6754e10a9e
commit 74aea92b2f
1 changed files with 9 additions and 0 deletions

View File

@ -74,3 +74,12 @@
* [其他相关](Misc/index.md)
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?64996a33a8398031b9c5db062efce549";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>