-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
116 lines (64 loc) · 3.27 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="ru" >
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>404 Page not found | Software engineer notes</title>
<meta property='og:title' content='404 Page not found - Software engineer notes'>
<meta property='og:description' content=''>
<meta property='og:url' content='https://ru.pichugin.dev/404.html'>
<meta property='og:site_name' content='Software engineer notes'>
<meta property='og:type' content='website'><meta property='og:image' content='https://www.gravatar.com/avatar/1742e70ca8ec8715cd59ac8a69173d80?s=256'><meta property='article:section' content=''><meta property='og:updated_time' content='1992-12-24T00:00:00Z'/><meta name='twitter:card' content='summary'><meta name='twitter:site' content='@'><meta name='twitter:creator' content='@'>
<link href="https://ru.pichugin.dev/index.xml" rel="alternate" type="application/rss+xml" title="Software engineer notes"/>
<link rel="stylesheet" href="/css/style.css"/><link rel='stylesheet' href='https://ru.pichugin.dev/css/custom.css'><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.jsdelivr.net/npm/cdnstore/img/favicon.ico">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<link rel="canonical" href="https://ru.pichugin.dev/404.html">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="google-site-verification" content="uSLCLU9ciwXdj2E9K2hHZvF3Sd8yQXp4Eu_5VmJ08yA"/>
<meta name="yandex-verification" content="cf0681793c358c19"/>
<title>Document</title>
<script type="text/javascript">
(function (m, e, t, r, i, k, a) {
m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments) };
m[i].l = 1 * new Date(); k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a)
})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(62711674, "init", {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true
});
</script>
<noscript>
<div><img src="https://mc.yandex.ru/watch/62711674" style="position:absolute; left:-9999px;" alt=""/></div>
</noscript>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YC3P2LCDQN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YC3P2LCDQN');
</script>
</head>
<body>
<section class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title notfound">404</h1>
<h2 class="subtitle is-4">
Page not found
</h2>
<a class="button" href="https://ru.pichugin.dev/">Home Page</a>
</div>
</div>
</section>
<section class="section">
<div class="container has-text-centered">
<p>© <a href="/page/about">dmpichugin</a> 2020-2021</p>
</div>
</section>
</body>
</html>