-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
98 lines (94 loc) · 4.64 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
<!DOCTYPE html>
<!--[if lt IE 7]><html lang="ru" class="lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]><html lang="ru" class="lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]><html lang="ru" class="lt-ie9"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="ru">
<!--<![endif]-->
<head>
<meta charset="utf-8"/>
<!--TODO: Add custom name for each page with Flask-->
<title>SHMOT</title>
<meta name="description" content=""/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0"/>-->
<!--<meta name="viewport" content="width=1040"/>-->
<link rel="stylesheet" href="libs/bootstrap/bootstrap-grid.min.css"/>
<!--<link rel="stylesheet" href="libs/bootstrap/bootstrap.min.css"/>-->
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css"/>
<!--<link rel="stylesheet" href="libs/fancybox/jquery.fancybox.css"/>-->
<link rel="stylesheet" href="libs/magnific-popup/magnific-popup.css"/>
<!--<link rel="stylesheet" href="libs/owl-carousel/owl.carousel.css"/>-->
<link rel="stylesheet" href="libs/owlcarousel/owl.carousel.css">
<link rel="stylesheet" href="libs/owlcarousel/owl.theme.default.css">
<link rel="stylesheet" href="libs/countdown/jquery.countdown.css"/>
<link rel="stylesheet" href="css/fonts.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="css/404.css"/>
<!--<link rel="stylesheet" href="css/sign_up.css"/>-->
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic" rel="stylesheet">
<!--Icons-->
<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body class="signed_in">
<!--[if lt IE 9]>
<script src="libs/html5shiv/es5-shim.min.js"></script>
<script src="libs/html5shiv/html5shiv.min.js"></script>
<script src="libs/html5shiv/html5shiv-printshiv.min.js"></script>
<script src="libs/respond/respond.min.js"></script>
<![endif]-->
<script src="libs/jquery/jquery-3.2.1.min.js"></script>
<script src="libs/jquery-mousewheel/jquery.mousewheel.min.js"></script>
<!--<script src="libs/fancybox/jquery.fancybox.pack.js"></script>-->
<!--<script src="libs/owl-carousel/owl.carousel.min.js"></script>-->
<!-- Yandex.Metrika counter --><!-- /Yandex.Metrika counter -->
<!-- Google Analytics counter --><!-- /Google Analytics counter -->
<!--<div class="wrap">-->
<!--Navigation bar-->
<header class="span">
<nav>
<div class="centered ">
<a class="logo" href="index.html">
<img src="images/logo.svg" width="50">
</a>
</div>
</nav>
</header>
<div class="body span">
<!--<img src="images/shark.svg" style="display: block;-->
<!--width: 23%;-->
<!--margin: 0 auto;">-->
<img src="images/404.png" id="image">
<div class="message">
<h1>Ууупс!</h1>
Похоже, заправшиваемая страница не может быть найдена
<a href="index.html">
<button class="contrast_btn">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Вернуться на главную
</button>
</a>
</div>
<div class="span" id="shadow"></div>
</div>
<!--</div>-->
</body>
</html>