|
@@ -3,6 +3,15 @@
|
|
|
<head>
|
|
<head>
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
|
<meta charset="UTF-8">
|
|
<meta charset="UTF-8">
|
|
|
|
|
+ <!-- Global Site Tag (gtag.js) - Google Analytics -->
|
|
|
|
|
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-72890721-1"></script>
|
|
|
|
|
+ <script>
|
|
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
|
|
+ gtag('js', new Date());
|
|
|
|
|
+
|
|
|
|
|
+ gtag('config', 'UA-72890721-1');
|
|
|
|
|
+ </script>
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
<header>
|
|
<header>
|