This commit is contained in:
Marcos
2023-10-26 12:03:06 -03:00
parent 98a5f9714c
commit d3c5648c7e
2 changed files with 12 additions and 1 deletions
+9 -1
View File
@@ -8,4 +8,12 @@ function toggleDiv() {
div.style.display = "flex"; div.style.display = "flex";
header.style.borderRadius = "0 0 0 0" header.style.borderRadius = "0 0 0 0"
} }
} }
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "AW-11390833779");
+3
View File
@@ -12,6 +12,9 @@
<link rel="stylesheet" href="Assets/css/style.css" /> <link rel="stylesheet" href="Assets/css/style.css" />
<script src="https://kit.fontawesome.com/6ffe26f1f6.js" crossorigin="anonymous" defer></script> <script src="https://kit.fontawesome.com/6ffe26f1f6.js" crossorigin="anonymous" defer></script>
<script src="./Assets/js/index.js" defer></script> <script src="./Assets/js/index.js" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11390833779"></script>
</head> </head>
<body> <body>