-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpage-error.html
More file actions
73 lines (65 loc) · 3.29 KB
/
page-error.html
File metadata and controls
73 lines (65 loc) · 3.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Landrick - Saas & Software Landing Page Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Premium Bootstrap 5 Landing Page Template" />
<meta name="keywords" content="Saas, Software, multi-uses, HTML, Clean, Modern" />
<meta name="author" content="Shreethemes" />
<meta name="email" content="shreethemes@gmail.com" />
<meta name="website" content="http://shreethemes.in" />
<meta name="Version" content="v3.0.0" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Icons -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
<!-- Main Css -->
<link href="css/style.css" rel="stylesheet" type="text/css" id="theme-opt" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">
</head>
<body>
<!-- Loader -->
<!-- <div id="preloader">
<div id="status">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
</div> -->
<!-- Loader -->
<div class="back-to-home rounded d-none d-sm-block">
<a href="index.html" class="btn btn-icon btn-soft-primary"><i data-feather="home" class="icons"></i></a>
</div>
<!-- ERROR PAGE -->
<section class="bg-home d-flex align-items-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 col-md-12 text-center">
<img src="images/404.svg" class="img-fluid" alt="">
<div class="text-uppercase mt-4 display-3">Oh ! no</div>
<div class="text-capitalize text-dark mb-4 error-page">Page Not Found</div>
<p class="text-muted para-desc mx-auto">Start working with <span class="text-primary fw-bold">Landrick</span> that can provide everything you need to generate awareness, drive traffic, connect.</p>
</div><!--end col-->
</div><!--end row-->
<div class="row">
<div class="col-md-12 text-center">
<a href="index.html" class="btn btn-outline-primary mt-4">Go Back</a>
<a href="index.html" class="btn btn-primary mt-4 ms-2">Go To Home</a>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- ERROR PAGE -->
<!-- javascript -->
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Icons -->
<script src="js/feather.min.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>