We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b1b1d commit 258fe34Copy full SHA for 258fe34
1 file changed
index.html
@@ -1,6 +1,18 @@
1
<!doctype html>
2
<html lang="en">
3
<head>
4
+ <!-- Google tag (gtag.js) -->
5
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-LKVJ6R5XLV"></script>
6
+ <script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag() {
9
+ dataLayer.push(arguments);
10
+ }
11
+ gtag('js', new Date());
12
+
13
+ gtag('config', 'G-LKVJ6R5XLV');
14
+ </script>
15
16
<meta charset="UTF-8" />
17
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
18
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
0 commit comments