Skip to content

Commit 497a9f4

Browse files
authored
Update c.html
1 parent 1dbd6f2 commit 497a9f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

c.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
7+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-190316399-1"></script>
8+
<script>
9+
window.dataLayer = window.dataLayer || [];
10+
function gtag() {
11+
dataLayer.push(arguments);
12+
}
13+
gtag('js', new Date());
14+
gtag('config', 'UA-190316399-1');
15+
</script>
716
<style type="text/css">
817
p {
918
margin: 0;

0 commit comments

Comments
 (0)