-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
81 lines (76 loc) · 4.19 KB
/
error.html
File metadata and controls
81 lines (76 loc) · 4.19 KB
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>
<html lang="en" class="darkmode" data-theme="light">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kester - E-Sport HTML Template</title>
<!--================= Favicon =================-->
<link rel="apple-touch-icon" href="assets/images/fav.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/images/fav.png">
<!--================= Bootstrap V5 CSS =================-->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!--================= Font Awesome 5 CSS =================-->
<link rel="stylesheet" type="text/css" href="assets/css/all.min.css">
<!--================= RT Icons CSS =================-->
<link rel="stylesheet" type="text/css" href="assets/css/rt-icons.css">
<!--================= Animate css =================-->
<link rel="stylesheet" type="text/css" href="assets/css/animate.min.css">
<!--================= Magnific popup Plugin =================-->
<link rel="stylesheet" type="text/css" href="assets/css/magnific-popup.css">
<!--================= Animate css =================-->
<link rel="stylesheet" type="text/css" href="assets/css/magnific.css">
<!--================= Animate css =================-->
<link rel="stylesheet" type="text/css" href="assets/css/animate.min.css">
<!--================= Swiper Slider Plugin =================-->
<link rel="stylesheet" type="text/css" href="assets/css/swiper-bundle.min.css">
<!--================= Mobile Menu CSS =================-->
<link rel="stylesheet" type="text/css" href="assets/css/metisMenu.css">
<!--================= Main Menu CSS =================-->
<link rel="stylesheet" type="text/css" href="assets/css/rtsmenu.css">
<!--================= Main Stylesheet =================-->
<link rel="stylesheet" type="text/css" href="assets/css/variables/variable1.css">
<!--================= Main Stylesheet =================-->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>
<body>
<div class="error-area">
<div class="container">
<div class="section-inner">
<div class="page-title">
<span class="text">4</span>
<span class="text zero">0</span>
<span class="text">4</span>
</div>
<div class="title">
<h2 class="sub-title">Opps! Page not found</h2>
<h3 class="sect-title">Sorry, we couldn't find the page you where looking for. We suggest that <br> you return to homepage.</h3>
</div>
<div class="section-button">
<a href="index.html"><i class="fal fa-long-arrow-left"></i> Go To Homepage</a>
</div>
</div>
</div>
</div>
<!--================= Jquery latest version =================-->
<script src="assets/js/vendors/jquery-3.6.0.min.js"></script>
<!--================= Bootstrap latest version =================-->
<script src="assets/js/vendors/bootstrap.min.js"></script>
<!--================= Wow.js =================-->
<script src="assets/js/vendors/wow.min.js"></script>
<!--================= Swiper Slider =================-->
<script src="assets/js/vendors/swiper-bundle.min.js"></script>
<!--================= Zoom Plugin =================-->
<!--================= metisMenu Plugin =================-->
<script src="assets/js/vendors/metisMenu.min.js"></script>
<!--================= Main Menu Plugin =================-->
<!--================= Mobile Menu Plugin =================-->
<script src="assets/js/vendors/metisMenu.min.js"></script>
<!--================= Magnefic Popup Plugin =================-->
<script src="assets/js/vendors/isotope.pkgd.min.js"></script>
<!--================= Magnefic Popup Plugin =================-->
<script src="assets/js/vendors/jquery.magnific-popup.min.js"></script>
<!--================= Main Script =================-->
<script src="assets/js/main.js"></script>
</body>
</html>