This commit is contained in:
Batyr 2025-02-19 18:36:52 +05:00
parent b2a6732258
commit b60dfd7faf
1 changed files with 20 additions and 2 deletions

22
dist/index.html vendored
View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
l<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
@ -11,6 +11,8 @@
<link rel="stylesheet" crossorigin href="/assets/index-DcOt0wB7.css">
</head>
<body>
<div id="root"></div>
<script defer type="text/javascript">
(function (m, e, t, r, i, k, a) {
m[i] =
@ -52,6 +54,22 @@
alt=""
/></div
></noscript>
<div id="root"></div>
e
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-M2M3HKL8ZR"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-M2M3HKL8ZR");
</script>
</body>
</html>