mirror of
https://github.com/ripienaar/free-for-dev.git
synced 2025-07-08 20:00:15 +02:00
add analytics
Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
parent
00b0cd9dd4
commit
df25dd123e
@ -7,6 +7,15 @@
|
|||||||
<title>Free for developers</title>
|
<title>Free for developers</title>
|
||||||
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
||||||
<link rel="icon" href="logo.webp" type="image/gif" sizes="16x16">
|
<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>
|
</head>
|
||||||
<body>
|
<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>
|
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user