Skip to content

Commit

Permalink
CP-280 feat: add baidu statistics script (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karshilov committed Nov 5, 2021
1 parent 14c83b9 commit 5652aed
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions packages/accounts/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
<!DOCTYPE html>
<html lang='en'>
<html lang="en">
<head>
<meta charset='UTF-8' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel="shortcut icon" href='/static/pingcap_sso/img/favicon.png' />
<title id='default-title'>PingCAP Account</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/static/pingcap_sso/img/favicon.png" />
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?2321846dd5ff3a4f0ffeef2e2a25e218';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title id="default-title">PingCAP Account</title>
</head>
<body>
<div id='app' class='tidb-community-ui'></div>
<script type='module' src='/src/main.jsx'></script>
<script src='https://www.recaptcha.net/recaptcha/api.js?render=<%- RE_CAPTCHA_SITE_KEY %>'></script>
<div id="app" class="tidb-community-ui"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="https://www.recaptcha.net/recaptcha/api.js?render=<%- RE_CAPTCHA_SITE_KEY %>"></script>
</body>
</html>

1 comment on commit 5652aed

@vercel
Copy link

@vercel vercel bot commented on 5652aed Nov 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.