-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
126 lines (99 loc) · 4.93 KB
/
404.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta http-equiv="Content-Language" content="en">
<link rel="alternate"
hreflang="x-default"
href=" https://yrabbit.github.io/404.html" />
<link rel="alternate"
hreflang="en"
href=" https://yrabbit.github.io/404.html" />
<link rel="alternate"
hreflang="ru"
href=" https://yrabbit.github.io/ru/404.html" />
<!-- Begin Jekyll SEO tag v2.5.0 -->
<meta name="generator" content="Jekyll v3.8.3" />
<meta property="og:title" content="404: Page not found" />
<meta name="author" content="Yellow Rabbit" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Блог программиста об опытах с ассемблером (PDP-11), Lisp, а также о других забавных штуках." />
<meta property="og:description" content="Блог программиста об опытах с ассемблером (PDP-11), Lisp, а также о других забавных штуках." />
<link rel="canonical" href="https://yrabbit.github.io/404.html" />
<meta property="og:url" content="https://yrabbit.github.io/404.html" />
<meta property="og:site_name" content="{“en”=>”Asm, Lisp, and so on - Programmer’s Blog”, “ru”=>”Ассемблер, Lisp и всё такое - блог программиста”}" />
<script type="application/ld+json">
{"description":"Блог программиста об опытах с ассемблером (PDP-11), Lisp, а также о других забавных штуках.","author":{"@type":"Person","name":"Yellow Rabbit"},"@type":"WebPage","url":"https://yrabbit.github.io/404.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://yrabbit.github.io/imgs/blog-log.png"},"name":"Yellow Rabbit"},"headline":"404: Page not found","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<script src="https://apis.google.com/js/platform.js" async defer>
{lang: 'ru'}
</script>
<title>404: Page not found | Yellow Rabbit
</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700">
<link rel="stylesheet" href="/css/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h2><a href="https://yrabbit.github.io/blog/"><img src="/imgs/blog-logo.png" title="A programmer's blog about experiments with PDP-11 assembler, Lisp, as well as other fun things." alt="Yellow Rabbit" width="300" /></a></h2>
<h1 color="#ff0000">Frozen</h1>
<h1><a href="https://yellowrabbit.gitlab.io" color="#ff4000">Here is an active version</a></h1>
<nav><ul>
<li><a href="/about/">About</a></li>
<li><a href="/projects/">Projects</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/contact/">Contact</a></li>
</ul></nav>
</header>
<section>
<div class="page">
<h1 class="page-title">404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
</div>
</section>
<footer>
<img class="avatar" src="https://www.gravatar.com/avatar/1d87b9cdbef9dec8e79613e19c601121?s=144" alt="Me" />
<p>
<small>© 2018 Yellow Rabbit</small>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<a href="https://feedburner.google.com/fb/a/mailverify?uri=YellowRabbit&loc=en_US" onclick="window.open(this.href, 'mywin',
'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Subscribe!">
<i class="fa-rss fa"></i>
</a>
<br />
<a href="https://twitter.com/YLRabbit">
<i class="fa fa-twitter"></i> Twitter
</a>
<a href="https://github.com/yrabbit">
<i class="fa fa-github"></i> GitHub
</a>
<br />
<small>Made with <a href="http://jekyllrb.com/">Jekyll</a> — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small>
</p>
</footer>
</div>
<script src="/js/scale.fix.js"></script>
<script type="text/javascript">
var disqus_shortname = 'yrabbitblog',
disqus_identifier = '404.html-en',
disqus_url = 'https://yrabbit.github.io/404.html'
;
(function() {
var load = function(src){
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = src;
var e = document.getElementsByTagName('script')[0]; e.parentNode.insertBefore(s, e);
};
load('//' + disqus_shortname + '.disqus.com/count.js');
if (document.getElementById('disqus_thread')) {
load('//' + disqus_shortname + '.disqus.com/embed.js');
}
})();
</script>
</body>
</html>