Skip to content

Commit

Permalink
Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ukriu committed Apr 5, 2024
1 parent e7ab3ec commit 353437e
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,7 +32,16 @@
<script src="https://code.iconify.design/iconify-icon/2.0.0/iconify-icon.min.js"></script>
<!-- External CSS -->
<link rel="stylesheet" href="resources/styles.css" />
</head>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YG22EQENNV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-YG22EQENNV');
</script>
<body>
<div class="background-container"></div>
<div class="content-container">
Expand Down

0 comments on commit 353437e

Please sign in to comment.