wrong html :-P
This commit is contained in:
parent
ac3c27d42c
commit
bb41352188
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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);">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue