аналитика
This commit is contained in:
parent
81fae9ad4c
commit
466959cda2
@ -1,11 +1,12 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
<title>Pena Quiz</title>
|
<head>
|
||||||
<meta name="description" content="Веб-сервис с инструментами для повышения эффективности маркетологов."/>
|
<meta charset="utf-8" />
|
||||||
<meta name="keywords" content=" Экосистема маркетинговых инструментов,
|
|
||||||
|
<title>Pena Quiz</title>
|
||||||
|
<meta name="description" content="Веб-сервис с инструментами для повышения эффективности маркетологов." />
|
||||||
|
<meta name="keywords" content=" Экосистема маркетинговых инструментов,
|
||||||
Инструменты для социальных исследований,
|
Инструменты для социальных исследований,
|
||||||
Малый бизнес,
|
Малый бизнес,
|
||||||
Маркетинговые инструменты,
|
Маркетинговые инструменты,
|
||||||
@ -25,25 +26,45 @@
|
|||||||
Анализ данных,
|
Анализ данных,
|
||||||
Улучшение результатов,
|
Улучшение результатов,
|
||||||
Увеличение прибыли,
|
Увеличение прибыли,
|
||||||
Повышение конкурентоспособности "/>
|
Повышение конкурентоспособности " />
|
||||||
|
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" sizes="any"/><!-- 32×32 -->
|
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" type="image/svg+xml"/>
|
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.png"/><!-- 180×180 -->
|
|
||||||
|
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" sizes="any" /><!-- 32×32 -->
|
||||||
|
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" type="image/svg+xml" />
|
||||||
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.png" /><!-- 180×180 -->
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
<meta name="theme-color" content="#000000" />
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<meta name="theme-color" content="#000000" />
|
||||||
<link
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap"
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
rel="stylesheet"
|
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap" rel="stylesheet" />
|
||||||
/>
|
<!-- Yandex.Metrika counter -->
|
||||||
</head>
|
<script type="text/javascript">
|
||||||
<body>
|
(function (m, e, t, r, i, k, a) {
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments) };
|
||||||
<div id="root"></div>
|
m[i].l = 1 * new Date();
|
||||||
</body>
|
for (var j = 0; j < document.scripts.length; j++) { if (document.scripts[j].src === r) { return; } }
|
||||||
</html>
|
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", "ym");
|
||||||
|
|
||||||
|
ym(96979625, "init", {
|
||||||
|
clickmap: true,
|
||||||
|
trackLinks: true,
|
||||||
|
accurateTrackBounce: true,
|
||||||
|
webvisor: true
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div><img src="https://mc.yandex.ru/watch/96979625" style="position:absolute; left:-9999px;" alt="" /></div>
|
||||||
|
</noscript>
|
||||||
|
<!-- /Yandex.Metrika counter -->
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
<div id="root"></div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
@ -270,9 +270,9 @@ export const Answers: FC<AnswersProps> = ({ data }) => {
|
|||||||
color: theme.palette.brightPurple.main,
|
color: theme.palette.brightPurple.main,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>Заголовок вопроса.
|
||||||
{currentAnswer?.[0].split("(")[0].trim()
|
{currentAnswer?.[0].split("(")[0].trim()
|
||||||
? `Заголовок вопроса. ${currentAnswer?.[0]}`
|
? ` ${currentAnswer?.[0]}`
|
||||||
: "Без заголовка"}
|
: "Без заголовка"}
|
||||||
</Typography>
|
</Typography>
|
||||||
<ButtonBase>
|
<ButtonBase>
|
||||||
|
Loading…
Reference in New Issue
Block a user