We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d63264 commit 8b15227Copy full SHA for 8b15227
index.html
@@ -148,4 +148,13 @@ <h1>Site en construction ! Tu peux me rejoindre sur <a href="https://www.youtube
148
var jsonUri = "data:text/plain;base64," + window.btoa(JSON.stringify(partJson));
149
particlesJS.load('particles-js', jsonUri);
150
</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>
160
</html>
0 commit comments