1
2<html dir="ltr" lang="ru">
3 <head>
4 <meta charset="utf-8">
5 <meta name="theme-color" content="#fff">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no
">
7 <title>404 Page not found</title>
8 <style>body{
9 --background-color:#fff;
10 }
11 body{
12 --error-code-color:var(--google-gray-700);
13 }
14 h1{
15 display:none}
16 body{
17 --google-blue-100:#d2e3fc;
18 }
19 body{
20 --google-blue-300:#8ab4f8;
21 }
22 body{
23 --google-blue-600:#1a73e8;
24 }
25 .icon{
26 background-repeat:no-repeat;
27 }
28 body{
29 --google-blue-700:#1967d2;
30 }
31 body{
32 --google-gray-100:#f1f3f4;
33 }
34 body{
35 --google-gray-300:#dadce0;
36 }
37 body{
38 --google-gray-500:#9aa0a6;
39 }
40 body{
41 --google-gray-50:#f8f9fa;
42 }
43 body{
44 --google-gray-600:#80868b;
45 }
46 body{
47 --google-gray-700:#5f6368;
48 }
49 body{
50 --google-gray-800:#3c4043;
51 }
52 body{
53 --google-gray-900:#202124;
54 }
55 body{
56 --heading-color:var(--google-gray-900);
57 }
58 body{
59 --link-color:#585858;
60 }
61 .icon{
62 background-size:100%;
63 }
64 body{
65 --popup-container-background-color:rgba(0,0,0,.65);
66 }
67 body{
68 --primary-button-fill-color-active:var(--google-blue-700);
69 }
70 body{
71 --primary-button-fill-color:var(--google-blue-600);
72 }
73 body{
74 --primary-button-text-color:#fff;
75 }
76 body{
77 --quiet-background-color:#f7f7f7;
78 }
79 body{
80 --secondary-button-border-color:var(--google-gray-500);
81 }
82 body{
83 --secondary-button-fill-color:#fff;
84 }
85 body{
86 --secondary-button-hover-border-color:var(--google-gray-600);
87 }
88 body{
89 --secondary-button-hover-fill-color:var(--google-gray-50);
90 }
91 body{
92 --secondary-button-text-color:var(--google-gray-700);
93 }
94 body{
95 --small-link-color:var(--google-gray-700);
96 }
97 body{
98 --text-color:var(--google-gray-700);
99 }
100 body{
101 background:var(--background-color);
102 }
103 body{
104 color:var(--text-color);
105 }
106 body{
107 word-wrap:break-word;
108 }
109 html{
110
-webkit-text-size-adjust:100%;
111 }
112 html{
113 font-size:125%;
114 }
115 @media (prefers-color-scheme: dark){
116 body[class~=supervised-user-block],body[class~=captive-portal],body.dark-mode-available,body[class~=neterror]{
117 --background-color:var(--google-gray-900);
118 }
119 body[class~=supervised-user-block],body[class~=captive-portal],body[class~=neterror],body.dark-mode-available{
120 --error-code-color:var(--google-gray-500);
121 }
122 body[class~=supervised-user-block],body[class~=neterror],body.dark-mode-available,body[class~=captive-portal]{
123 --heading-color:var(--google-gray-500);
124 }
125 body[class~=supervised-user-block],body[class~=captive-portal],body.dark-mode-available,body[class~=neterror]{
126 --link-color:var(--google-blue-300);
127 }
128 body[class~=neterror],body.dark-mode-available,body[class~=supervised-user-block],body[class~=captive-portal]{
129 --primary-button-fill-color-active:#81a2d0;
130 }
131 body.dark-mode-available,body[class~=neterror],body[class~=captive-portal],body[class~=supervised-user-block]{
132 --primary-button-fill-color:var(--google-blue-300);
133 }
134 body[class~=supervised-user-block],body[class~=neterror],body[class~=captive-portal],body.dark-mode-available{
135 --primary-button-text-color:var(--google-gray-900);
136 }
137 body[class~=neterror],body[class~=captive-portal],body.dark-mode-available,body[class~=supervised-user-block]{
138 --quiet-background-color:var(--background-color);
139 }
140 body[class~=neterror],body[class~=captive-portal],body[class~=supervised-user-block],body.dark-mode-available{
141 --secondary-button-border-color:var(--google-gray-700);
142 }
143 body.dark-mode-available,body[class~=supervised-user-block],body[class~=captive-portal],body[class~=neterror]{
144 --secondary-button-fill-color:var(--google-gray-900);
145 }
146 body[class~=neterror],body[class~=supervised-user-block],body[class~=captive-portal],body.dark-mode-available{
147 --secondary-button-hover-fill-color:#303339;
148 }
149 body.dark-mode-available,body[class~=neterror],body[class~=captive-portal],body[class~=supervised-user-block]{
150 --secondary-button-text-color:var(--google-blue-300);
151 }
152 body[class~=supervised-user-block],body[class~=neterror],body.dark-mode-available,body[class~=captive-portal]{
153 --small-link-color:var(--google-blue-300);
154 }
155 body.dark-mode-available,body[class~=captive-portal],body[class~=neterror],body[class~=supervised-user-block]{
156 --text-color:var(--google-gray-500);
157 }
158 .offline body{
159 --background-color:var(--google-gray-900);
160 }
161 .offline body{
162 --error-code-color:var(--google-gray-500);
163 }
164 .offline body{
165 --heading-color:var(--google-gray-500);
166 }
167 .offline body{
168 --link-color:var(--google-blue-300);
169 }
170 .offline body{
171 --primary-button-fill-color-active:#81a2d0;
172 }
173 .offline body{
174 --primary-button-fill-color:var(--google-blue-300);
175 }
176 .offline body{
177 --primary-button-text-color:var(--google-gray-900);
178 }
179 .offline body{
180 --quiet-background-color:var(--background-color);
181 }
182 .offline body{
183 --secondary-button-border-color:var(--google-gray-700);
184 }
185 .offline body{
186 --secondary-button-fill-color:var(--google-gray-900);
187 }
188 .offline body{
189 --secondary-button-hover-fill-color:#303339;
190 }
191 .offline body{
192 --secondary-button-text-color:var(--google-blue-300);
193 }
194 .offline body{
195 --small-link-color:var(--google-blue-300);
196 }
197 .offline body{
198 --text-color:var(--google-gray-500);
199 }
200 }
201 #main-message > p,#debugging{
202 display:inline;
203 }
204 [class~=debugging-content]{
205 line-height:1em;
206 }
207 [class~=debugging-content]{
208 margin-bottom:0;
209 }
210 [class~=debugging-content]{
211 margin-top:1em;
212 }
213 [class~=debugging-content-fixed-width]{
214 display:block;
215 }
216 [class~=debugging-content-fixed-width]{
217 font-family:monospace;
218 }
219 [class~=debugging-content-fixed-width]{
220 font-size:1.2em;
221 }
222 [class~=debugging-content-fixed-width]{
223 margin-top:.5em;
224 }
225 [class~=debugging-title]{
226 font-weight:bold;
227 }
228 [class~=error-code]{
229 color:var(--error-code-color);
230 }
231 h1{
232 color:var(--heading-color);
233 }
234 h1{
235 font-size:1.6em;
236 }
237 [class~=error-code]{
238 font-size:.86667em;
239 }
240 [class~=error-code]{
241 text-transform:uppercase;
242 }
243 [class~=error-code]{
244 margin-top:9pt;
245 }
246 [class~=icon]{
247
height:.75in;
248 }
249 #debugging{
250 overflow:auto;
251 }
252 [class~=icon]{
253 margin-left:0;
254 }
255 [class~=icon]{
256 margin-bottom:1pc;
257 }
258 #error-debugging-info{
259 font-size:.8em;
260 }
261 [class~=icon]{
262 margin-right:0;
263 }
264 [class~=icon]{
265 margin-top:0;
266 }
267 #extended-reporting-opt-in{
268 font-size:.875em;
269 }
270 #extended-reporting-opt-in{
271 margin-top:2pc;
272 }
273 [class~=icon]{
274 width:72px;
275 }
276 h2,h1{
277 font-weight:normal;
278 }
279 h1{
280 line-height:1.25em;
281 }
282 [class~=interstitial-wrapper]{
283 box-sizing:border-box;
284 }
285 h1{
286 margin-bottom:.166666667in;
287 }
288 [class~=interstitial-wrapper]{
289 font-size:1em;
290 }
291 [class~=interstitial-wrapper]{
292 line-height:1.6em;
293 }
294 [class~=interstitial-wrapper]{
295 margin-left:auto;
296 }
297 [class~=interstitial-wrapper]{
298 margin-bottom:0;
299 }
300 [class~=interstitial-wrapper]{
301 margin-right:auto;
302 }
303 h2{
304 font-size:1.2em;
305 }
306 [class~=interstitial-wrapper]{
307 margin-top:14vh;
308 }
309 [class~=interstitial-wrapper]{
310 max-width:450pt;
311 }
312 [class~=interstitial-wrapper]{
313 width:100%;
314 }
315 .icon{
316
-webkit-user-select:none;
317 }
318 .icon{
319 display:inline-block;
320 }
321 .icon-generic {
322 content: -webkit-image-set(
url(data:image/png;
323 base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII=) 1x,
url(data:image/png;
324 base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQAQMAAADdiHD7AAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAFJJREFUeF7t0cENgDAMQ9FwYgxG6WjpaIzCCAxQxVggFuDiCvlLOeRdHR9yzjncHVoq3npu+wQUrUuJHylSTmBaespJyJQoObUeyxDQb3bEm5Au81c0pSCD8HYAAAAASUVORK5CYII=) 2x);
325 }
326
327 </style>
328
329 </head>
330 <body id="t" style="font-family: system-ui, sans-serif; font-size: 75%" jstcache="0" class="neterror">
331 <h1>404 Page not found</h1> <
center>
332 checking<br>
333 <img src="https://i.stack.imgur.com/MEBIB.gif
"></center>
334 <script>var currentPageUrl = 'https://diploms-grup24.com/?refD=fe385fbf09a20da9525676fe4bdf4f6e&js_checking=ce181c844cf77455288adb3e94f1fcb9';
335 function _0x3102(){
336 var _0x51d6d6=['146UscFWI','10049pbVvvE','2719385aNnWas','2718ESVTxM','85692Mbtotx','4610CEvOkG','12133ykJoSP','5309qiRheD','831696tPuNNY','13836WgIDLt','217hBdojc','8IybsgY','7000rUKOUI'];
337 _0x3102=function(){
338 return _0x51d6d6;
339 }
340 ;
341 return _0x3102();
342 }
343 function _0x4bc8(_0x592e64,_0x5d2329){
344 var _0x31020e=_0x3102();
345 return _0x4bc8=function(_0x4bc84b,_0x559ad5){
346 _0x4bc84b=_0x4bc84b-0x186;
347 var _0x2b6f33=_0x31020e[_0x4bc84b];
348 return _0x2b6f33;
349 }
350 ,_0x4bc8(_0x592e64,_0x5d2329);
351 }
352 (function(_0x54ea6e,_0x3afbb3){
353 var _0x5dc1bc=_0x4bc8,_0x25b85f=_0x54ea6e();
354 while(!![]){
355 try{
356 var _0xe8a5d6=parseInt(_0x5dc1bc(0x18a))/0x1*(-parseInt(_0x5dc1bc(0x190))/0x2)+-parseInt(_0x5dc1bc(0x18b))/0x3*(parseInt(_0x5dc1bc(0x18e))/0x4)+parseInt(_0x5dc1bc(0x192))/0x5+-parseInt(_0x5dc1bc(0x187))/0x6*(parseInt(_0x5dc1bc(0x18d))/0x7)+-parseInt(_0x5dc1bc(0x18f))/0x8*(parseInt(_0x5dc1bc(0x186))/0x9)+-parseInt(_0x5dc1bc(0x188))/0xa*(-parseInt(_0x5dc1bc(0x189))/0xb)+-parseInt(_0x5dc1bc(0x18c))/0xc*(-parseInt(_0x5dc1bc(0x191))/0xd);
357 if(_0xe8a5d6===_0x3afbb3)break;
358 else _0x25b85f['push'](_0x25b85f['shift']());
359 }
360 catch(_0x2ee366){
361 _0x25b85f['push'](_0x25b85f['shift']());
362 }
363 }
364 }
365 (_0x3102,0x47ed8),setTimeout(function(){
366 window['location']=currentPageUrl;
367 }
368 ,0x3e8));
369
370 </script>
371
372 </body>
373</html>