Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
thecybernanny-webapp
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asranov0003
thecybernanny-webapp
Commits
ad791fa2
Commit
ad791fa2
authored
Aug 03, 2025
by
asranov0003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add yandex metrika counter
parent
323b4b8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
index.html
index.html
+18
-0
No files found.
index.html
View file @
ad791fa2
...
...
@@ -6,6 +6,19 @@
<link
rel=
"icon"
type=
"image/svg+xml"
href=
"./src/assets/images/TheCybernanny.png"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<!-- Yandex.Metrika counter -->
<script
type=
"text/javascript"
>
(
function
(
m
,
e
,
t
,
r
,
i
,
k
,
a
)
{
m
[
i
]
=
m
[
i
]
||
function
()
{
(
m
[
i
].
a
=
m
[
i
].
a
||
[]).
push
(
arguments
)
};
m
[
i
].
l
=
1
*
new
Date
();
for
(
var
j
=
0
;
j
<
document
.
scripts
.
length
;
j
++
)
{
if
(
document
.
scripts
[
j
].
src
===
r
)
{
return
;
}
}
k
=
e
.
createElement
(
t
),
a
=
e
.
getElementsByTagName
(
t
)[
0
],
k
.
async
=
1
,
k
.
src
=
r
,
a
.
parentNode
.
insertBefore
(
k
,
a
)
})(
window
,
document
,
'script'
,
'https://mc.yandex.ru/metrika/tag.js?id=103579289'
,
'ym'
);
ym
(
103579289
,
'init'
,
{
ssr
:
true
,
webvisor
:
true
,
clickmap
:
true
,
ecommerce
:
"dataLayer"
,
accurateTrackBounce
:
true
,
trackLinks
:
true
});
</script>
<!-- /Yandex.Metrika counter -->
<script
src=
"https://telegram.org/js/telegram-web-app.js"
></script>
<title>
The Cybernnanny
</title>
...
...
@@ -14,6 +27,10 @@
<body>
<div
id=
"root"
></div>
<script
type=
"module"
src=
"/src/main.tsx"
></script>
<noscript>
<div><img
src=
"https://mc.yandex.ru/watch/103579289"
style=
"position:absolute; left:-9999px;"
alt=
""
/></div>
</noscript>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment