add analytics

Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
R.I.Pienaar 2021-05-05 14:26:34 +02:00
parent 00b0cd9dd4
commit df25dd123e
No known key found for this signature in database
GPG Key ID: 02E5780DF1BC6F01

View File

@ -7,6 +7,15 @@
<title>Free for developers</title>
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<link rel="icon" href="logo.webp" type="image/gif" sizes="16x16">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DLYKZXPL9J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DLYKZXPL9J');
</script>
</head>
<body>
<noscript>This page requires JavaScript to work, please enable it or just read it on <a href="https://github.com/ripienaar/free-for-dev">Here</a>.</noscript>