Skip to content

Commit

Permalink
百度统计
Browse files Browse the repository at this point in the history
  • Loading branch information
silianpan committed May 19, 2017
1 parent f965b01 commit 12cbf20
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>eagles</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>

<head>
<meta charset="utf-8">
<title>eagles</title>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?0a9aa5b8c317024309a9d86638be5b68";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();

</script>

</head>

<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>

</html>

0 comments on commit 12cbf20

Please sign in to comment.