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 df7864d commit 63cd54dCopy full SHA for 63cd54d
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-PPKQJSFHWL"
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-PPKQJSFHWL");
17
+ </script>
18
<meta charset="UTF-8" />
19
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
20
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
0 commit comments