-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
75 lines (69 loc) · 3.92 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
<!-- Форматирование -->
<!DOCTYPE html>
<html lang="ru" class="no-js">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<meta charset="utf-8">
<meta name="yandex-verification" content="2d8c1dcb18ad48b7"/>
<!-- Интеграция Embed -->
<title>Error 404</title>
<meta property="og:title" content="Error">
<meta property="og:site_name" content="KetaRu">
<meta property="og:description" content="Допущена ошибка ссылки">
<link rel="shortcut icon" href="https://kino.ketaru.com/icon/error.png">
<meta name="theme-color" content="#ff0000">
<!-- beta -->
<link rel="stylesheet" href="https://kino.ketaru.com/css/ErrorPage.css"> <!-- Дизайн -->
<link rel="stylesheet" href="https://kino.ketaru.com/css/Page.css"> <!-- Дизайн фона сайта -->
<link rel="stylesheet" href="https://kino.ketaru.com/css/Header.css"> <!-- Дизайн шапки сайта -->
<link rel="stylesheet" href="https://kino.ketaru.com/css/ScrollBar.css"> <!-- Полоса прокрутки -->
<link rel="stylesheet" href="https://kino.ketaru.com/css/Animation.css"> <!-- Анимации -->
<link rel="stylesheet" href="https://kino.ketaru.com/css/Root.css"> <!-- Конфигурация -->
<style>
:root {
--NamePage: "Error";
--VerPage: "Page";
}
</style>
<!-- JavasCript -->
<script src="index.js"></script>
<script src="https://unpkg.com/[email protected]/lib/anime.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
<!-- Шапка страницы -->
<div class="body-wrap">
<header class="site-header">
<div class="container">
<div class="site-header-inner">
<div class="brand header-brand">
<ul class="footer-links list-reset">
<h4 class="hero-title mt-0">
<a href="https://ketaru.com">
<span class="LogoBox"><ui class="LogoName"></span></a><ui class="LogoPage"><ui class="LogoVersion"></ui></h4>
</head>
</header>
<!-- анимация -->
<div class="inf">
<svg width="380px" height="500px" viewBox="0 0 837 1045" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<path d="M353,9 L626.664028,170 L626.664028,487 L353,642 L79.3359724,487 L79.3359724,170 L353,9 Z" id="Polygon-1" stroke="#007FB2" stroke-width="6" sketch:type="MSShapeGroup"></path>
<path d="M78.5,529 L147,569.186414 L147,648.311216 L78.5,687 L10,648.311216 L10,569.186414 L78.5,529 Z" id="Polygon-2" stroke="#EF4A5B" stroke-width="6" sketch:type="MSShapeGroup"></path>
<path d="M773,186 L827,217.538705 L827,279.636651 L773,310 L719,279.636651 L719,217.538705 L773,186 Z" id="Polygon-3" stroke="#795D9C" stroke-width="6" sketch:type="MSShapeGroup"></path>
<path d="M639,529 L773,607.846761 L773,763.091627 L639,839 L505,763.091627 L505,607.846761 L639,529 Z" id="Polygon-4" stroke="#F2773F" stroke-width="6" sketch:type="MSShapeGroup"></path>
<path d="M281,801 L383,861.025276 L383,979.21169 L281,1037 L179,979.21169 L179,861.025276 L281,801 Z" id="Polygon-5" stroke="#36B455" stroke-width="6" sketch:type="MSShapeGroup"></path>
</g>
</svg>
</div>
<!-- Текст ошибки -->
</head>
<body>
<div class="message-box">
<h1>Ошибка 404</h1>
<section class="message-box1">
<p>Страница проекта не найдена</p>
</section>
<br>
<a href="https://ketaru.com"><button class="custom-btn btn-7">Венутся на главную страницу</button></a>
</div>
</body>
</html>