-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpages-404-02.html
More file actions
81 lines (80 loc) · 3.57 KB
/
pages-404-02.html
File metadata and controls
81 lines (80 loc) · 3.57 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>
<!--
Item Name: Mfundopedia - Web App & Admin Dashboard Template
Version: 1.5
Author: Ignatius Mutizwa
** A license must be purchased in order to legally use this template for your project **
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mfundopedia - Error 404</title>
<meta name="description" content="Mfundopedia is a Web App and Admin Dashboard Template built with Bootstrap 4">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Fonts -->
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script>
WebFont.load({
google: {"families":["Montserrat:400,500,600,700","Noto+Sans:400,700"]},
active: function() {
sessionStorage.fonts = true;
}
});
</script>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<!-- Stylesheet -->
<link rel="stylesheet" href="assets/vendors/css/base/bootstrap.min.css">
<link rel="stylesheet" href="assets/vendors/css/base/Elisyam-1.5.min.css">
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<!-- Begin Preloader -->
<div id="preloader">
<div class="canvas">
<img src="assets/img/logo.png" alt="logo" class="loader-logo">
<div class="spinner"></div>
</div>
</div>
<!-- End Preloader -->
<!-- Begin Container -->
<div class="container-fluid no-padding h-100">
<div class="row justify-content-center align-items-center h-100">
<!-- Begin Left Content -->
<div class="col-xl-4 col-lg-4 no-padding d-flex justify-content-center">
<!-- Begin Error -->
<div class="error-02 mx-auto mb-3 text-center">
<h1 class="text-gradient-03">404</h1>
<h2>This page cannot be found! </h2>
<p>But we have lots of other pages for you to see. </p>
<a href="db-default.html" class="btn btn-gradient-01">
Go Back
</a>
</div>
<!-- End Error -->
</div>
<!-- End Left Content -->
<!-- Begin Right Content -->
<div class="col-xl-8 col-lg-8 d-none d-sm-block no-padding">
<div class="Elisyam-bg bg-error-02">
</div>
</div>
<!-- End Right Content -->
</div>
<!-- End Row -->
</div>
<!-- End Container -->
<!-- Begin Vendor Js -->
<script src="assets/vendors/js/base/jquery.min.js"></script>
<script src="assets/vendors/js/base/core.min.js"></script>
<!-- End Vendor Js -->
<!-- Begin Page Vendor Js -->
<script src="assets/vendors/js/app/app.min.js"></script>
<!-- End Page Vendor Js -->
</body>
</html>