|
@@ -13,5 +13,14 @@
|
|
|
<body>
|
|
<body>
|
|
|
<div id="app"></div>
|
|
<div id="app"></div>
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
+ <!-- Google tag (gtag.js) -->
|
|
|
|
|
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-G7JCWE7DJR"></script>
|
|
|
|
|
+ <script>
|
|
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
|
|
+ gtag('js', new Date());
|
|
|
|
|
+
|
|
|
|
|
+ gtag('config', 'G-G7JCWE7DJR');
|
|
|
|
|
+ </script>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|