1
This commit is contained in:
@@ -10,10 +10,3 @@ function toggleDiv() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag() {
|
|
||||||
dataLayer.push(arguments);
|
|
||||||
}
|
|
||||||
gtag("js", new Date());
|
|
||||||
|
|
||||||
gtag("config", "AW-11390833779");
|
|
||||||
+15
-1
@@ -11,11 +11,25 @@
|
|||||||
<link rel="icon" href="./Assets/img/code-solid.svg" />
|
<link rel="icon" href="./Assets/img/code-solid.svg" />
|
||||||
<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 async src="https://www.googletagmanager.com/gtag/js?id=AW-11390833779"></script>
|
|
||||||
<script src="./Assets/js/index.js" defer></script>
|
<script src="./Assets/js/index.js" defer></script>
|
||||||
|
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11390833779"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag() {
|
||||||
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
|
gtag("js", new Date());
|
||||||
|
|
||||||
|
gtag("config", "AW-11390833779");
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
gtag("event", "conversion", { send_to: "AW-11390833779/7Nf9CKjd2_AYEPOoybcq" });
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user