chore: add gtag [skip ci]

This commit is contained in:
ThinLiquid 2024-02-02 01:57:27 +00:00 committed by GitHub
parent d84c1c4232
commit d561cce786
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FlowOS</title>
<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>
<body>
<script src="./src/bootloader.ts" type="module"></script>