Added google analytics
This commit is contained in:
parent
225bfa64ca
commit
7f1539ac11
2 changed files with 18 additions and 0 deletions
|
|
@ -7,6 +7,15 @@
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-66417033-2"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'UA-66417033-2');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color: #000000;">
|
<body style="background-color: #000000;">
|
||||||
<app-root></app-root>
|
<app-root></app-root>
|
||||||
|
|
|
||||||
9
dist/TFTPaths/index.html
vendored
9
dist/TFTPaths/index.html
vendored
|
|
@ -7,6 +7,15 @@
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-66417033-2"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'UA-66417033-2');
|
||||||
|
</script>
|
||||||
<link rel="stylesheet" href="styles.09e2c710755c8867a460.css"></head>
|
<link rel="stylesheet" href="styles.09e2c710755c8867a460.css"></head>
|
||||||
<body style="background-color: #000000;">
|
<body style="background-color: #000000;">
|
||||||
<app-root></app-root>
|
<app-root></app-root>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue