added google analytics

This commit is contained in:
Gamosoft 2025-11-09 12:03:50 +01:00
parent 3ba61f6685
commit b9e148f5a4
1 changed files with 8 additions and 0 deletions

View File

@ -530,6 +530,14 @@
color: #f472b6 !important; /* Pink for operators */ color: #f472b6 !important; /* Pink for operators */
} }
</style> </style>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TVGZ9N7LF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2TVGZ9N7LF');
</script>
</head> </head>
<body x-data="noteApp()" x-init="init()" style="background-color: var(--bg-primary);"> <body x-data="noteApp()" x-init="init()" style="background-color: var(--bg-primary);">