-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
executable file
·83 lines (63 loc) · 2.85 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
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
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>EsyCRM - Register</title>
<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template-->
<link href="css/sb-admin.css" rel="stylesheet">
</head>
<body class="bg-light">
<div id="wrapper">
<div id="content-wrapper">
<div class="container-fluid">
<!-- Header -->
<header class="bg-primary py-5 mb-5">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-lg-12">
<h1 class="display-4 text-white mt-5 mb-2">BizHive brings EsyCRM for you - FREE</h1>
<p class="lead mb-5 text-white-50">Boost your business into next level very fast with our FREE to use EsyCRM. Yes, it is FREE, easy to use yet powerful features for small businesses and individual sole owner.</p>
</div>
</div>
</div>
</header>
<!-- Page Content -->
<div class="container">
<div class="row align-items-center display-3">Sorry the page you are looking for not available. <button type="button"><a href='/login'>Go to Login Page</a></button>
</div>
</div>
<p class="lead">
<!-- Sticky Footer -->
<footer class="sticky-footer" style="width: 100%;">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright © EsyCRM 2019</span>
</div>
</div>
</footer>
</div>
<!-- /.container-fluid -->
</div>
<!-- /.content-wrapper -->
</div>
<!-- /#wrapper -->
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/jquery/jquery.validate.min.js"></script>
<script src="js/sb-admin.js"></script>
</body>
</html>