Skip to content

Commit

Permalink
chore: Add Baidu Statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
aisen60 committed Jan 3, 2025
1 parent c2abf73 commit d1a911c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<link rel="icon" type="image/svg" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Markdown Playground - Aisen60</title>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?ea66d50f0b1da1c6f4b5967f78fdf1be";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>

<body>
Expand Down

0 comments on commit d1a911c

Please sign in to comment.