We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11db2f8 commit 9119e36Copy full SHA for 9119e36
index.html
@@ -1,6 +1,20 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
+ <!-- Google tag (gtag.js) -->
5
+ <script
6
+ async
7
+ src="https://www.googletagmanager.com/gtag/js?id=G-BE94J4G6KM"
8
+ ></script>
9
+ <script>
10
+ window.dataLayer = window.dataLayer || [];
11
+ function gtag() {
12
+ dataLayer.push(arguments);
13
+ }
14
+ gtag('js', new Date());
15
+
16
+ gtag('config', 'G-BE94J4G6KM');
17
+ </script>
18
<meta charset="UTF-8" />
19
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
20
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
0 commit comments