-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
76 lines (75 loc) · 1.97 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
---
link: "#2e5283"
text: "#89bccd"
back: "#021316"
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
D:\side\404
</title>
<style type="text/css" media="screen">
body {
margin:0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 2em;
background-color: {{page.back}};
text-align: center;
}
h1 {
font-weight: 400;
margin: 0;
width: 100%;
background-color: {{page.back}};
margin: 0;
color: {{page.text}};
padding: 5px;
font-size: 3em;
}
a {
color: {{page.link}};
text-decoration: none;
}
div {
border: solid {{page.back}};
border-width: 6px 0;
background-color: {{page.text}};
}
.e {
color: {{page.text}};
font-size: 0.5em;
list-style: none;
max-width: 400px;
text-align: left;
margin: auto;
margin-bottom: 1em;
}
.e > a {
color: {{page.link}};
}
h4 {
color: {{page.back}};
margin: 0;
}
</style>
</head>
<body>
<h1>
<a href="/">D:\side\</a><strong>404</strong>
</h1>
<div>
<p>
Этой страницы<br/>не существует.<br/>
Но есть и <a href="/">другие</a>.
</p>
</div>
<h4>Попали сюда случайно?</h4>
<p class="e">
Если вы нашли эту ссылку у меня на сайте, пожалуйста, сообщите мне на мой электронный ящик с указанием ссылки на страницу, где вы её обнаружили. Дальше я разберусь.<br/>
Адрес в <a href="/contact">контактах</a>.<br/>
<strong>Спасибо!</strong><br/>
</p>
</body>
</html>