-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
81 lines (81 loc) · 2.43 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
<!DOCTYPE html>
<!-- 1. use /tools/modularscale/index.html?15&px&1.25,1.125&web&text for font size and line height
2. lazyload images
3. remove font face, display block, opacity 1, visibility visible in critical inline css
4. set font display swap in font face in css -->
<html class="no-js" lang="ru">
<head>
<meta charset="utf-8" />
<!-- <meta http-equiv="x-ua-compatible" content="ie=edge" /> -->
<!-- https://content-security-policy.com/ --><meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; connect-src 'self' 'unsafe-inline' https:; frame-src 'self' https:; media-src 'self' https:; img-src 'self' 'unsafe-inline' https: data:" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="404 Not Found (Не найдено)" /><title>Страница не найдена</title>
<style>
body {
font-family: Roboto, sans-serif;
color: #212121 !important;
background-color: #F2F2F2 !important;
margin: 0;
}
a {
color: transparent;
}
[hidden],
button,
canvas,
img,
input[type^=text],
select,
svg,
template {
display: none;
}
html,
body {
height: 100%;
}
.uwp-header,
.uwp-main {
visibility: hidden;
opacity: 0;
}
.uwp-error {
text-align: center;
margin: 0;
position: fixed;
top: 50%;
left: 50%;
margin-right: -50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
</style>
<link rel="stylesheet" href="/libs/serguei-uwp/css/vendors.min.css" />
<link rel="stylesheet" href="/libs/serguei-uwp/css/bundle.min.css" />
<noscript>
<link rel="stylesheet" href="/libs/serguei-uwp/css/vendors.min.css" />
<link rel="stylesheet" href="/libs/serguei-uwp/css/bundle.min.css" />
<style>
.uwp-header,
.uwp-main {
visibility: visible;
opacity: 1;
}
</style>
</noscript>
</head>
<body>
<!-- this is also generated by script if not exist -->
<div class="uwp-container" role="document">
<div class="uwp-main" role="main">
<div class="uwp-error">
<p>Что-то пошло не так</p>
<p><a href="/" class="uwp-error-link">На Главную</a></p>
</div>
</div>
</div>
<!-- /this is also generated by script if not exist -->
</body>
</html>