-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
56 lines (54 loc) · 2.15 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
<!DOCTYPE html>
<!-- ================================================
Project: hamaiun.com.ua
Author: Anton Shaposhnikov
Email: [email protected]
===================================================== -->
<html lang="uk">
<head>
<meta charset="utf-8"/>
<title>Сторінка 404 | Страхова компанія «ГАМАЙУН»</title>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"
rel="stylesheet">
<!-- THEME STYLES -->
<link href="assets/styles/css/main.css" rel="stylesheet" type="text/css"/>
<!-- Favicon -->
<link href="assets/images/system/icon/favicon.ico" rel="shortcut icon"/>
</head>
<body id="body">
<section id="included__impaired-mode"></section>
<section id="included__preloader"></section>
<header class="header" id="included__header"></header>
<main class="main">
<section class="page404">
<div class="container">
<div class="page404__inner">
<h2>Сторінка 404</h2>
<p>Ласкаво просимо на сторінку 404!</p>
<p>Ви знаходитесь тут, тому що ввели адресу сторінки, яка ще не існує
або була переміщена за іншою
адресою.</p> <br>
<p>Переходьте на головну сторінку - там Ви також зможете знайти багато
корисної інформації</p>
<a class="default-link-btn" href="index.html">
Перейти на головну
</a>
</div>
</div>
</section>
</main>
<footer class="footer" id="included__footer"></footer>
<!-- JQUERY -->
<script
crossorigin="anonymous"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Main.js -->
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>