Skip to content

Commit f0cd0c8

Browse files
committed
百度统计
1 parent f9478b1 commit f0cd0c8

File tree

1 file changed

+28
-15
lines changed

1 file changed

+28
-15
lines changed

public/index.html

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,30 @@
11
<!DOCTYPE html>
22
<html lang="">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7-
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8-
<title>一款Python的Tkinter界面拖拽布局设计器</title>
9-
</head>
10-
<body>
11-
<noscript>
12-
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13-
</noscript>
14-
<div id="app"></div>
15-
<!-- built files will be auto injected -->
16-
</body>
17-
</html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
8+
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
9+
<title>一款Python的Tkinter界面拖拽布局设计器</title>
10+
</head>
11+
12+
<body>
13+
<noscript>
14+
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
15+
Please enable it to continue.</strong>
16+
</noscript>
17+
<div id="app"></div>
18+
<!-- built files will be auto injected -->
19+
<script>
20+
var _hmt = _hmt || [];
21+
(function () {
22+
var hm = document.createElement("script");
23+
hm.src = "https://hm.baidu.com/hm.js?5a847395b2fda961daeb9a41ac345967";
24+
var s = document.getElementsByTagName("script")[0];
25+
s.parentNode.insertBefore(hm, s);
26+
})();
27+
</script>
28+
</body>
29+
30+
</html>

0 commit comments

Comments
 (0)