-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages-maintenance.html
73 lines (63 loc) · 4.02 KB
/
pages-maintenance.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Maintenance | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- App css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/app.min.css" rel="stylesheet" type="text/css" id="light-style" />
<link href="assets/css/app-dark.min.css" rel="stylesheet" type="text/css" id="dark-style" />
</head>
<body class="loading" data-layout-config='{"leftSideBarTheme":"dark","layoutBoxed":false, "leftSidebarCondensed":false, "leftSidebarScrollable":false,"darkMode":false, "showRightSidebarOnStart": true}'>
<div class="mt-5 mb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-10">
<div class="text-center">
<img src="assets/images/maintenance.svg" height="140" alt="File not found Image">
<h3 class="mt-4">Site is Under Maintenance</h3>
<p class="text-muted">We're making the system more awesome. We'll be back shortly.</p>
<div class="row mt-5">
<div class="col-md-4">
<div class="text-center mt-3 ps-1 pe-1">
<i class="dripicons-jewel bg-primary maintenance-icon text-white mb-2"></i>
<h5 class="text-uppercase">Why is the Site Down?</h5>
<p class="text-muted">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration.</p>
</div>
</div> <!-- end col-->
<div class="col-md-4">
<div class="text-center mt-3 ps-1 pe-1">
<i class="dripicons-clock bg-primary maintenance-icon text-white mb-2"></i>
<h5 class="text-uppercase">What is the Downtime?</h5>
<p class="text-muted">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical but the majority.</p>
</div>
</div> <!-- end col-->
<div class="col-md-4">
<div class="text-center mt-3 ps-1 pe-1">
<i class="dripicons-question bg-primary maintenance-icon text-white mb-2"></i>
<h5 class="text-uppercase">Do you need Support?</h5>
<p class="text-muted">If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embar.. <a href="mailto:#" class="text-muted fw-bold">no-reply@domain.com</a></p>
</div>
</div> <!-- end col-->
</div> <!-- end row-->
</div> <!-- end /.text-center-->
</div> <!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<footer class="footer footer-alt">
2018 - 2021 © Hyper - Coderthemes.com
</footer>
<!-- bundle -->
<script src="assets/js/vendor.min.js"></script>
<script src="assets/js/app.min.js"></script>
</body>
</html>