-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
61 lines (50 loc) · 2.23 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
<!doctype html>
<html>
<head>
<title>FrontTalks был конференцией для фронтенд разработчиков в Екатеринбурге с 2012 по 2018 год</title>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
<link rel="stylesheet" href="css/new_index.css" type="text/css" media="screen" charset="utf-8"/>
<link href="/favicon.ico" rel="shortcut icon"/>
<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<meta name="twitter:card" content="summary">
<meta content="FrontTalks" property="og:title"/>
<meta content="http://fronttalks.ru/ogimage.png" property="og:image"/>
<meta content="6й FrontTalks пройдёт 14 и 15 сентября 2018 год, в Екатеринбурге" property="og:description"/>
</head>
<body>
<div class="title">
<h1 class="title__wrapper">
<span class="title__logo">
<img alt="FrontTalks" width="150" src="fronttalks-logo.png"/>
</span><span class="title__text-wrapper">
<span class="title__text">2012-2018</span>
</span>
</h1>
</div>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter19885720 = new Ya.Metrika({id:19885720,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/19885720" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</div>
</body>
</html>