We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcac75 commit d0d85f5Copy full SHA for d0d85f5
1 file changed
index.html
@@ -8,6 +8,16 @@
8
<title>Simple Calculator Harsh Trivedi</title>
9
<link rel="stylesheet" href="style.css">
10
<link href="https://fonts.googleapis.com/css?family=Fjalla+One&display=swap" rel="stylesheet">
11
+ <!-- Global site tag (gtag.js) - Google Analytics -->
12
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-70447982-5"></script>
13
+<script>
14
+ window.dataLayer = window.dataLayer || [];
15
+ function gtag(){dataLayer.push(arguments);}
16
+ gtag('js', new Date());
17
+
18
+ gtag('config', 'UA-70447982-5');
19
+</script>
20
21
<!-- Common Tags -->
22
<meta content='#171825' name='theme-color' />
23
0 commit comments