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 d84c1c4 commit d561cceCopy full SHA for d561cce
index.html
@@ -5,6 +5,16 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<title>FlowOS</title>
7
<link rel="shortcut icon" href="./src/assets/flow.png" type="image/png">
8
+
9
+ <!-- Google tag (gtag.js) -->
10
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-X4XVQRWEVM"></script>
11
+ <script>
12
+ window.dataLayer = window.dataLayer || [];
13
+ function gtag(){dataLayer.push(arguments);}
14
+ gtag('js', new Date());
15
16
+ gtag('config', 'G-X4XVQRWEVM');
17
+ </script>
18
</head>
19
<body>
20
<script src="./src/bootloader.ts" type="module"></script>
0 commit comments