Added Google Analytics support.

This commit is contained in:
2020-01-22 20:47:42 +08:00
parent 0674124552
commit 3926cd8637

View File

@@ -4,6 +4,15 @@
<link rel="stylesheet" href="style.css">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Chen Yang</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156685715-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156685715-1');
</script>
</head>
<body bgcolor="#FFFFFF">