wrong html :-P

This commit is contained in:
Gamosoft 2025-11-09 12:08:53 +01:00
parent ac3c27d42c
commit bb41352188
2 changed files with 10 additions and 10 deletions

View File

@ -269,6 +269,16 @@
}
}
</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>
<body>
<div class="container">

View File

@ -530,16 +530,6 @@
color: #f472b6 !important; /* Pink for operators */
}
</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>
<body x-data="noteApp()" x-init="init()" style="background-color: var(--bg-primary);">