forked from kizu/kizu.ru
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
82 lines (57 loc) · 2.68 KB
/
Copy path404.html
File metadata and controls
82 lines (57 loc) · 2.68 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html class="page page_ru page_index">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7,IE=edge"/>
<!--[if gt IE 7]><!-->
<link rel="stylesheet" href="/s/style.css">
<!--<![endif]--><!--[if lt IE 8]><link rel="stylesheet" href="/s/style_ie.css"><![endif]-->
<title>404 — kizu.ru — blog and experiments of Roman Komarov</title>
</head>
<body>
<header class="header">
<h1 class="title">
<a href="/">Роман Комаров</a>
</h1>
</header>
<div class="main content" role="main">
<p>Hey, it’s <em>404</em>!</p>
<p>Right now this page is not very helpful, I know, but it would be better someday, I promise. Try to go to <a href="/">the homepage</a> now and maybe you’ll find something interesting there.</p>
</div>
<footer class="footer">
<nav class="prevnext">
<a class="link link_wrapper link_prev" href="/bemto/"><span class="link__inner">bemto</span></a>
<p class="languages">
<a href="/en/404_.html">in english</a>
</p>
</nav>
<p class="copy">
<a class="link link_text link_wrapper" href="http://kizu.ru/">
© 2013
<span class="link__inner">Роман Комаров</span>.
</a>
<a class="link link_wrapper" href="https://twitter.com/ki_zu">
<img alt="Twitter" class="ico" src="http://favicon.yandex.net/favicon/twitter.com" title="Twitter"/>
<span class="link__inner">Читайте меня в твиттере</span>!
</a>
</p>
</footer>
<script>
/* Lazy loading the fonts */
var h = document.getElementsByTagName('head')[0];
var link = document.createElement('link');
link.href = '/s/font.css';
link.type = 'text/css';
link.rel = 'stylesheet';
h.appendChild(link);
</script>
<!-- Yandex.Metrika counter -->
<script src="//mc.yandex.ru/metrika/watch.js"></script>
<script type="text/javascript">
//<![CDATA[
(function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter632758 = new Ya.Metrika({id:632758, clickmap:true, trackLinks:true, trackHash:true, webvisor: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><img src="//mc.yandex.ru/watch/632758" style="position:absolute; left:-9990px;" /></noscript><!-- /Yandex.Metrika counter -->
</body>
</html>