Skip to content

Commit

Permalink
Merge pull request #3 from TraXIcoN/test
Browse files Browse the repository at this point in the history
Added google tag
  • Loading branch information
TraXIcoN authored Jul 26, 2024
2 parents de89cbd + 3e36398 commit e3e74b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,14 @@ <h3>Send me a message!</h3>
observer.observe(path);
});
});
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TY0X27QHW2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-TY0X27QHW2');
</script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
Expand Down

0 comments on commit e3e74b3

Please sign in to comment.