Skip to content

Commit 8b15227

Browse files
author
Jonathan Serra
authored
Update index.html
1 parent 8d63264 commit 8b15227

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,13 @@ <h1>Site en construction ! Tu peux me rejoindre sur <a href="https://www.youtube
148148
var jsonUri = "data:text/plain;base64," + window.btoa(JSON.stringify(partJson));
149149
particlesJS.load('particles-js', jsonUri);
150150
</script>
151+
<!-- Global site tag (gtag.js) - Google Analytics -->
152+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80538061-4"></script>
153+
<script>
154+
window.dataLayer = window.dataLayer || [];
155+
function gtag(){dataLayer.push(arguments);}
156+
gtag('js', new Date());
157+
158+
gtag('config', 'UA-80538061-4');
159+
</script>
151160
</html>

0 commit comments

Comments
 (0)