forked from algorithmica-org/articles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.55 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
<!doctype html>
<head>
<title>Algorithmica</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- 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();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(53961409, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<!-- /Yandex.Metrika counter -->
<script>
var userLang = navigator.language || navigator.userLanguage;
switch(userLang){
case 'ru-RU':
case 'uk-UA':
case 'be-BY':
window.location.href = 'ru/';
break;
default:
window.location.href = 'ru/';
//window.location.href = 'en/';
break;
}
</script>
</head>
<body>
<noscript><div><img src="https://mc.yandex.ru/watch/53961409" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<p>If you're seeing this, your JavaScript is probably disabled.</p>
<p>Go to one of those then: <a href='https://algorithmica.org/en/'>algorithmica.org/en/</a> or <a href='https://algorithmica.org/ru/'>algorithmica.org.ru</a>.
</body>