This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 02abc51 Update index.html
02abc51 is described below
commit 02abc515d00248dd839799fa470c0bbddf985bd1
Author: dailidong <[email protected]>
AuthorDate: Sat Nov 9 19:45:25 2019 +0800
Update index.html
---
index.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/index.html b/index.html
index d9aafff..d6a81f8 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="baidu-site-verification" content="dparnfE41P" />
+ <script>
+var _hmt = _hmt || [];
+(function() {
+ var hm = document.createElement("script");
+ hm.src = "https://hm.baidu.com/hm.js?4e7b4b400dd31fa015018a435c64d06f";
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(hm, s);
+})();
+</script>
</head>
<body>
<script
src="//cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
@@ -15,5 +24,7 @@
}
window.location = window.rootPath + '/' + lang;
</script>
+
+
</body>
</html>