1
This commit is contained in:
@@ -9,3 +9,11 @@ function toggleDiv() {
|
|||||||
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");
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user