|
|
@@ -22,6 +22,15 @@
|
|
|
aspect-ratio: 8/5;
|
|
|
}
|
|
|
</style>
|
|
|
+ <!-- Google tag (gtag.js) -->
|
|
|
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-RY4PV833S2"></script>
|
|
|
+ <script>
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
+ gtag('js', new Date());
|
|
|
+
|
|
|
+ gtag('config', 'G-RY4PV833S2');
|
|
|
+ </script>
|
|
|
</head>
|
|
|
<body style="text-align: center">
|
|
|
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
|