frontPanel/public/index.html

196 lines
6.3 KiB
HTML
Raw Normal View History

2023-12-22 14:01:36 +00:00
<!doctype html>
<html lang="en">
2024-05-17 07:33:10 +00:00
<head>
<meta charset="utf-8" />
2024-01-31 19:42:34 +00:00
2024-05-17 07:33:10 +00:00
<title>Pena Quiz</title>
<meta
name="description"
content="Веб-сервис с инструментами для повышения эффективности маркетологов."
/>
<meta
name="keywords"
content=" Экосистема маркетинговых инструментов,
2024-01-31 19:42:34 +00:00
Инструменты для социальных исследований,
Малый бизнес,
Маркетинговые инструменты,
Социальные исследования,
Бизнес-инструменты,
Исследование рынка,
Аналитика бизнеса,
Онлайн-маркетинг,
Исследования рынка,
Продвижение бизнеса,
Реклама и маркетинг,
Управление проектами,
Автоматизация процессов,
Оптимизация бюджета,
Планирование стратегии,
Оценка эффективности,
Анализ данных,
Улучшение результатов,
Увеличение прибыли,
2024-05-17 07:33:10 +00:00
Повышение конкурентоспособности "
/>
2024-04-09 15:08:11 +00:00
2024-05-17 07:33:10 +00:00
<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 -->
2024-04-09 15:08:11 +00:00
2024-05-17 07:33:10 +00:00
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
2024-04-09 15:08:11 +00:00
2024-05-17 07:33:10 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta http-equiv="Pragma" content="no-cache" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<!-- 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",
"ym",
);
2024-04-09 15:08:11 +00:00
2024-05-17 07:33:10 +00:00
const domain = location.hostname;
if (domain === "quiz.pena.digital") {
ym(96979576, "init", {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true,
});
2024-04-09 15:08:11 +00:00
2024-05-17 07:33:10 +00:00
// <!-- Top.Mail.Ru counter -->
var _tmr = window._tmr || (window._tmr = []);
_tmr.push({
id: "3513005",
type: "pageView",
start: new Date().getTime(),
});
(function (d, w, id) {
if (d.getElementById(id)) return;
var ts = d.createElement("script");
ts.type = "text/javascript";
ts.async = true;
ts.id = id;
ts.src = "https://top-fwz1.mail.ru/js/code.js";
var f = function () {
var s = d.getElementsByTagName("script")[0];
s.parentNode.insertBefore(ts, s);
};
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else {
f();
}
})(document, window, "tmr-code");
// <!-- /Top.Mail.Ru counter -->
}
if (domain === "squiz.pena.digital") {
ym(96979625, "init", {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true,
});
}
if (domain === "penaquiz.online" || domain === "penaquiz.ru") {
ym(97241101, "init", {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true,
});
}
</script>
<noscript>
<div>
<img
src="https://mc.yandex.ru/watch/96979576"
style="position: absolute; left: -9999px"
alt=""
/>
</div>
<div>
<img
src="https://mc.yandex.ru/watch/96979625"
style="position: absolute; left: -9999px"
alt=""
/>
</div>
<div>
<img
src="https://mc.yandex.ru/watch/97241101"
style="position: absolute; left: -9999px"
alt=""
/>
</div>
<div>
<img
src="https://top-fwz1.mail.ru/counter?id=3513005;js=na"
style="position: absolute; left: -9999px"
alt="Top.Mail.Ru"
/>
</div>
</noscript>
<!-- /Yandex.Metrika counter -->
2024-10-17 22:52:16 +00:00
<script>
let params = new URLSearchParams(document.location.search);
console.log(params.get("debug"))
if (params.get("debug")) {
console.log(
"mhgfhdhfjhffhfhjfghjgf"
)
let scriptTag = document.createElement('script');
scriptTag.setAttribute('src', "https://markknol.github.io/console-log-viewer/console-log-viewer.js");
scriptTag.setAttribute('async', '');
document.getElementsByTagName("head")[0].append(scriptTag);
}
</script>
2025-01-22 14:03:00 +00:00
<script>
//Ждём время отображения сайта и оповещаем при выходе за рамки лимита.
const timeout = 25;
window.LoadingObserver = true;
setTimeout(() => {
if (window.LoadingObserver) fetch({
url: "https://squiz.pena.digital/heruvym/v1.0.0/create",
method: "POST",
body: JSON.stringify({ Title: "Error", Message: `Реакт приложение не отобразилось за ${timeout} секунд`, system: true })
});
}, timeout * 1000)
</script>
2024-05-17 07:33:10 +00:00
</head>
2024-04-09 15:08:11 +00:00
2024-05-17 07:33:10 +00:00
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>