-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
131 lines (71 loc) · 2.94 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
127
128
129
130
<!DOCTYPE html>
<html lang="ru-RU">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Don't panic">
<base href="https://platoff.github.io/">
<title>
404 Page not found
</title>
<link rel="canonical" href="https://platoff.github.io/404/">
<link rel="stylesheet" href="https://platoff.github.io/css/reset.css">
<link rel="stylesheet" href="https://platoff.github.io/css/pygments.css">
<link rel="stylesheet" href="https://platoff.github.io/css/main.css">
<link rel="stylesheet" href="https://platoff.github.io/css/override.css">
<link rel="shortcut icon"
href="https://platoff.github.io/img/leaf.ico"
>
<link href="https://platoff.github.io/404.html/index.xml" rel="alternate" type="application/rss+xml" title="Сорок лет - это те же двадцать" />
</head>
<body lang="ru">
<section class="header">
<div class="container">
<div class="content">
<a href="https://platoff.github.io/"><img class="avatar" src="https://platoff.github.io/img/avatar.jpg" /></a>
<a href="https://platoff.github.io/"><div class="name">Андрей Платов</div></a>
<nav>
<ul>
<a href="https://platoff.github.io/blog/"><li>Журнал</li></a>
<a href="https://platoff.github.io/about/"><li>Обо мне</li></a>
</ul>
</nav>
</div>
</div>
</section>
<section class="icons">
<div class="container">
<div class="content">
<a href="//github.com/platoff" target="_blank">
<i class="icon ion-social-github"></i>
</a>
<a href="//twitter.com/platoff" target="_blank">
<i class="icon ion-social-twitter"></i>
</a>
<a href="//linkedin.com/in/platov" target="_blank">
<i class="icon ion-social-linkedin"></i>
</a>
<a href="mailto:[email protected]">
<i class="icon ion-ios-email larger"></i>
</a>
<a href="https://platoff.github.io/index.xml">
<i class="icon ion-social-rss larger"></i>
</a>
</div>
</div>
</section>
<section class="main">
<div class="container f04">
<div class="content">
<div class="num">404</div>
<div class="detail">Sorry, this page does not exist.</div>
<div class="suggestion"><a href="https://platoff.github.io/">Visit home page</a></div>
</div>
</div>
</section>
</body>
</html>