Skip to content

Commit 8dddefd

Browse files
committed
google analytics
1 parent bf25fce commit 8dddefd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

htdocs/index.php

+10
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
<!DOCTYPE html>
7070
<html>
7171
<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>
7282
<style>
7383
body
7484
{

0 commit comments

Comments
 (0)