We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf25fce commit 8dddefdCopy full SHA for 8dddefd
htdocs/index.php
@@ -69,6 +69,16 @@
69
<!DOCTYPE html>
70
<html>
71
<head>
72
+<!-- Global site tag (gtag.js) - Google Analytics -->
73
+<meta name="google-site-verification" content="JzxEzqkYg7kk74ZMjq4v-4NLSY6GboR2MyJNl8O4xOs" />
74
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119405595-1"></script>
75
+<script>
76
+ window.dataLayer = window.dataLayer || [];
77
+ function gtag(){dataLayer.push(arguments);}
78
+ gtag('js', new Date());
79
+
80
+ gtag('config', 'UA-119405595-1');
81
+</script>
82
<style>
83
body
84
{
0 commit comments