1
This commit is contained in:
+9
-1
@@ -8,4 +8,12 @@ function toggleDiv() {
|
||||
div.style.display = "flex";
|
||||
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" />
|
||||
<script src="https://kit.fontawesome.com/6ffe26f1f6.js" crossorigin="anonymous" 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>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user