|
@@ -1,23 +1,33 @@
|
|
<head>
|
|
<head>
|
|
- <meta charset="UTF-8">
|
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
- <meta http-equiv="X-UA-Compatible" content="ie=edge, Chrome=1">
|
|
|
|
- <meta http-equiv="Cache-Control" content="no-cache">
|
|
|
|
- <title>Choozmo Marketing Cloud</title>
|
|
|
|
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
|
|
- integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
|
|
|
- <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.11.2/css/all.css">
|
|
|
|
- <link rel="stylesheet" href="/css/style.css">
|
|
|
|
- <link rel="stylesheet" href="/css/custom.css">
|
|
|
|
-
|
|
|
|
- <!-- Google Tag Manager -->
|
|
|
|
- <script>(function (w, d, s, l, i) {
|
|
|
|
- w[l] = w[l] || []; w[l].push({
|
|
|
|
- 'gtm.start':
|
|
|
|
- new Date().getTime(), event: 'gtm.js'
|
|
|
|
- }); var f = d.getElementsByTagName(s)[0],
|
|
|
|
- j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
|
|
|
|
- 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
|
|
|
|
- })(window, document, 'script', 'dataLayer', 'GTM-MTWWP3G');</script>
|
|
|
|
- <!-- End Google Tag Manager -->
|
|
|
|
- </head>
|
|
|
|
|
|
+ <meta charset="UTF-8">
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="ie=edge, Chrome=1">
|
|
|
|
+ <meta http-equiv="Cache-Control" content="no-cache">
|
|
|
|
+ <title>Choozmo Marketing Cloud</title>
|
|
|
|
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
|
|
+ integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
|
|
|
+ <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.11.2/css/all.css">
|
|
|
|
+ <link rel="stylesheet" href="/css/style.css">
|
|
|
|
+ <link rel="stylesheet" href="/css/custom.css">
|
|
|
|
+
|
|
|
|
+ <!-- Google Tag Manager -->
|
|
|
|
+ <script>(function (w, d, s, l, i) {
|
|
|
|
+ w[l] = w[l] || []; w[l].push({
|
|
|
|
+ 'gtm.start':
|
|
|
|
+ new Date().getTime(), event: 'gtm.js'
|
|
|
|
+ }); var f = d.getElementsByTagName(s)[0],
|
|
|
|
+ j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
|
|
|
|
+ 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
|
|
|
|
+ })(window, document, 'script', 'dataLayer', 'GTM-MTWWP3G');</script>
|
|
|
|
+ <!-- End Google Tag Manager -->
|
|
|
|
+
|
|
|
|
+ <!-- Google tag (gtag.js) -->
|
|
|
|
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-G5H9MMGQFM"></script>
|
|
|
|
+ <script>
|
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
|
+ function gtag() { dataLayer.push(arguments); }
|
|
|
|
+ gtag('js', new Date());
|
|
|
|
+
|
|
|
|
+ gtag('config', 'G-G5H9MMGQFM');
|
|
|
|
+ </script>
|
|
|
|
+</head>
|