chore: add gtag [skip ci]
This commit is contained in:
parent
d84c1c4232
commit
d561cce786
1 changed files with 10 additions and 0 deletions
10
index.html
10
index.html
|
|
@ -5,6 +5,16 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>FlowOS</title>
|
<title>FlowOS</title>
|
||||||
<link rel="shortcut icon" href="./src/assets/flow.png" type="image/png">
|
<link rel="shortcut icon" href="./src/assets/flow.png" type="image/png">
|
||||||
|
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X4XVQRWEVM"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-X4XVQRWEVM');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="./src/bootloader.ts" type="module"></script>
|
<script src="./src/bootloader.ts" type="module"></script>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue