|
|
|
@ -2,13 +2,18 @@
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BNVKSB6DVW"></script>
|
|
|
|
|
<script
|
|
|
|
|
async
|
|
|
|
|
src="https://www.googletagmanager.com/gtag/js?id=G-BNVKSB6DVW"
|
|
|
|
|
></script>
|
|
|
|
|
<script>
|
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
function gtag() {
|
|
|
|
|
dataLayer.push(arguments);
|
|
|
|
|
}
|
|
|
|
|
gtag("js", new Date());
|
|
|
|
|
|
|
|
|
|
gtag('config', 'G-BNVKSB6DVW');
|
|
|
|
|
gtag("config", "G-BNVKSB6DVW");
|
|
|
|
|
</script>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
|
|