-
Notifications
You must be signed in to change notification settings - Fork 1
/
Thankyou.html
61 lines (56 loc) · 3 KB
/
Thankyou.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
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="css/thankyou.css" />
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script>
</head>
<body>
<section class="login-main-wrapper">
<div class="main-container">
<div class="login-process">
<div class="login-main-container">
<!--------------------- Navbar ----------------------->
<nav class="navbar">
<div class="logobox">
<span class="logo-gradient-text logotxt">SyLoan</span>
</div>
<div class="menues">
<a class="menu" href="product.html">Product</a>
<a class="menu" href="company.html">Company</a>
<a class="menu" href="support.html">Support</a>
</div>
<button class="loginbtn">Login</button>
</nav>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="thankyou-page">
<div class="_header">
<h1>Thank You!</h1>
</div>
<div class="_body">
<div class="_box">
<h2>
<strong>Please check your email</strong> for further instructions on how to complete your Loan process.
</h2>
<p>
Your responsiveness holds immense significance for us. We truly appreciate the time you devoted to us today. Thank you for being authentically yourself.
</p>
</div>
</div>
<div class="_footer">
<p>Having trouble? <b><a href="./support.html">Contact us</a></b> </p>
<a class="btn" href="./index.html">Back to homepage</a>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>
<!-- random text -->