mirror of
https://github.com/troisjs/trois.git
synced 2024-11-27 22:12:01 +08:00
analytics
This commit is contained in:
parent
207fbc3f70
commit
607c5ba9a2
@ -10,5 +10,14 @@
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="index.3ce41ded.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178028522-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-178028522-1');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user