|
@@ -2,6 +2,15 @@
|
|
|
<html lang="en">
|
|
|
|
|
|
<head>
|
|
|
+ <!-- Google tag (gtag.js) ga4-->
|
|
|
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-97LXHMH1GQ"></script>
|
|
|
+<script>
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
+ gtag('js', new Date());
|
|
|
+
|
|
|
+ gtag('config', 'G-97LXHMH1GQ');
|
|
|
+</script>
|
|
|
<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" />
|