Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 893ab3f

Browse files
committed
improvement: add web analysis for demo page
1 parent d27e05a commit 893ab3f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

demo/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
77
<title>新冠肺炎(2019-nCoV)疫情大屏</title>
88
<link rel="stylesheet" type="text/css" href="css/app.css" />
9+
<script>
10+
var _hmt = _hmt || [];
11+
(function() {
12+
var hm = document.createElement("script");
13+
hm.src = "https://hm.baidu.com/hm.js?f3fbccf0789476b80fab0c58359399a5";
14+
var s = document.getElementsByTagName("script")[0];
15+
s.parentNode.insertBefore(hm, s);
16+
})();
17+
</script>
18+
<script data-ad-client="ca-pub-9406265482044737" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
919
</head>
1020

1121
<body>

0 commit comments

Comments
 (0)