-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
80 lines (79 loc) · 2.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Школа Сильных Программистов</title>
<script
async
src="https://a.tough-dev.school/a.js"
data-ackee-server="https://a.tough-dev.school"
data-ackee-domain-id="b8c21ed5-0a3d-41f0-ac0b-99d5c41d3bdd"
data-ackee-opts='{"detailed": true}'></script>
<!-- Chatra {literal} -->
<script>
(function (d, w, c) {
w.ChatraID = 'wGsLsneaFkmaCMBY3';
var s = d.createElement('script');
w[c] =
w[c] ||
function () {
(w[c].q = w[c].q || []).push(arguments);
};
s.async = true;
s.src = 'https://call.chatra.io/chatra.js';
if (d.head) d.head.appendChild(s);
})(document, window, 'Chatra');
</script>
<!-- /Chatra {/literal} -->
<!-- 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',
);
ym(98613748, 'init', {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true,
});
</script>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<noscript
><div>
<img
src="https://mc.yandex.ru/watch/98613748"
style="position: absolute; left: -9999px"
alt="" /></div
></noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>