-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (35 loc) · 1.63 KB
/
index.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
<!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.0">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/custom.css" rel="stylesheet" type="text/css" />
<link href="font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="img/back.png" rel="icon" type="image" />
<title>Loan Access Checker | Home</title>
</head>
<body id="body">
<div class="container">
<div class="col-md-5 mx-auto intro-div">
<div class="text-center preloader mx-auto">
<img src="img/loading.gif" width="100" class="rounded-circle" />
<h3 class="lead text-white">...loading assessments</h3>
</div>
<div class="main-section">
<h2 class="text-center header-text">LOAN ACCESS CHECKER</h2>
<p class="lead">Get assessed and know the possibilities of obtaining the loan amount of your choice. It's just one step forward.</p>
<div class="text-center">
<button class="btn btn-secondary" id="process-btn">Proceed Now <i class="fa fa-check-circle-o"></i></button>
<button class="btn btn-secondary " id="manage-btn">Manage Records <i class="fa fa-user"></i></button>
</div>
</div>
<div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/sweetalert.min.js"></script>
<script src="js/script.js"></script>
</html>