This commit is contained in:
edsea
2025-08-06 05:28:07 +02:00
parent 349d8433d9
commit a8341f43f1

View File

@@ -84,6 +84,15 @@ $currentPage = $page === 'index' ? 'Home' : ucwords(str_replace('-', ' ', $page)
} }
} }
</script> </script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7LSPWJ1YKX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7LSPWJ1YKX');
</script>
</head> </head>
<body> <body>
<header> <header>