We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc063e6 commit 62567c0Copy full SHA for 62567c0
index.html
@@ -21,5 +21,14 @@
21
</section>
22
</div>
23
<script type="module" src="/src/main.ts"></script>
24
+ <script>
25
+ var _hmt = _hmt || [];
26
+ (function() {
27
+ var hm = document.createElement("script");
28
+ hm.src = "https://hm.baidu.com/hm.js?be968d539e394cf45975b5117965eb10";
29
+ var s = document.getElementsByTagName("script")[0];
30
+ s.parentNode.insertBefore(hm, s);
31
+ })();
32
+ </script>
33
</body>
34
</html>
0 commit comments