-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (55 loc) · 2.8 KB
/
index.html
File metadata and controls
59 lines (55 loc) · 2.8 KB
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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Заглавная © Megakote</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<meta name="description" content="Наблюдения о веб-разработке">
<meta name="keywords" content="megakote, portable internet explorer, веб-разработка, html5">
<meta name="viewport" content="width=device-width">
<meta name='yandex-verification' content='7f823cf3d518bc10' />
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<a href="/" class="header_link">
<span class="header_link_img"></span>
<b class="header_link_name">Megakote</b>
<i class="header_link_info">Веб-разработчик</i>
</a>
<span class="header_feedback">
<a href="https://twitter.com/megakote" target="_blank" class="header_feedback_twitter"></a>
<a href="/rss.xml" class="header_feedback_rss"></a>
</span>
</header>
<section><ul class="post_links">
<li><time class="post_stamp">2013-01-04</time><a class="post_link" href="2013-01-04-noise.html">Шум как помеха для мыслепреступления</a></li>
<li><time class="post_stamp">2012-07-26</time><a class="post_link" href="2012-07-26_portable_internet_explorer.html">Виртуализация браузеров или как запустить несколько версий Internet Explorer</a></li>
</ul> </section>
<footer>© 2012 <a href="https://github.com/megakote" target="_blank">megakote</a> & <a href="https://github.com/orderedlist" target="_blank">orderedlist</a></footer>
</div>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter16096087 = new Ya.Metrika({id:16096087, enableAll: 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);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/16096087" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>