|
@@ -1,12 +1,6 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html lang="en" style="height:100%;">
|
|
<html lang="en" style="height:100%;">
|
|
<head>
|
|
<head>
|
|
- <!-- 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-5GBJM42');
|
|
|
|
- </script>
|
|
|
|
- <!-- End Google Tag Manager -->
|
|
|
|
-
|
|
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
<title>WebVM</title>
|
|
<title>WebVM</title>
|
|
|
|
|
|
@@ -115,12 +109,15 @@
|
|
</head>
|
|
</head>
|
|
|
|
|
|
<body style="margin:0;height:100%;background:black;color:white;overflow:hidden; display:flex; flex-direction: column; justify-content: space-between; height: 100%;">
|
|
<body style="margin:0;height:100%;background:black;color:white;overflow:hidden; display:flex; flex-direction: column; justify-content: space-between; height: 100%;">
|
|
- <!-- Google Tag Manager (noscript) -->
|
|
|
|
- <noscript>
|
|
|
|
- <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5GBJM42" height="0" width="0"
|
|
|
|
- style="display:none;visibility:hidden"></iframe>
|
|
|
|
- </noscript>
|
|
|
|
- <!-- End Google Tag Manager (noscript) -->
|
|
|
|
|
|
+<!-- Google tag (gtag.js) -->
|
|
|
|
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-818T3Y0PEY"></script>
|
|
|
|
+<script>
|
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
|
+ gtag('js', new Date());
|
|
|
|
+
|
|
|
|
+ gtag('config', 'G-818T3Y0PEY');
|
|
|
|
+</script>
|
|
|
|
|
|
<header style="flex-grow:0; flex-srink: 0;height:80px; width: 100%; margin: 2px 0 2px 0;">
|
|
<header style="flex-grow:0; flex-srink: 0;height:80px; width: 100%; margin: 2px 0 2px 0;">
|
|
<div style="display: flex; flex-direction: row; justify-content: space-between; width: 100%;">
|
|
<div style="display: flex; flex-direction: row; justify-content: space-between; width: 100%;">
|