Skip to content

Commit

Permalink
add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Apricitine authored Feb 5, 2024
1 parent 81323db commit 771878f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
<link href="https://fonts.googleapis.com/css?family=Niramit:300,regular,500,600" rel="stylesheet" />
<title>LCHS Go</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-18JESF2TEP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-18JESF2TEP');
</script>

<body class="body" id="body" v-scope v-effect="startTimer()">
<!-- Background - Used to do the color -->
Expand Down Expand Up @@ -333,4 +342,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 771878f

Please sign in to comment.