Skip to content

Commit

Permalink
Add Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
theuves authored Sep 23, 2022
1 parent 854fac7 commit 59ec214
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
<link rel="stylesheet" type="text/css" href="./css/hi-styles.css">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<script src="https://kit.fontawesome.com/7fecf4684c.js" crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SPGR7GPW43"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-SPGR7GPW43');
</script>
</head>
<body>
<header class="header">
Expand Down

0 comments on commit 59ec214

Please sign in to comment.