-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforgot.html
22 lines (22 loc) · 1.06 KB
/
forgot.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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">
<title>WELCOME TO VickyPAy.com</title>
<link rel="shortcut icon" type="image" href="./pics/vickypaycom-high-resolution-logo-black-on-white-background-removebg-preview.png">
<link rel="stylesheet" href="./bootstrap-5.2.2-dist/bootstrap-5.2.2-dist/css/bootstrap.css">
<title>Document</title>
</head>
<body>
<div class="container w-25 mt-5 shadow w-100">
<div class="container-fluid w-75 mx-auto ">
<div class="det mx-auto">
<img src="./pics/vickypaycom-high-resolution-logo-black-on-white-background-removebg-preview.png" width="100" alt="" class=" ms-5 mx-">
</div>
<h4 class="text-dark fw-lighter w-75 text-center mt-5 my-5 mx-auto">To reset your password, enter your email below, click the link sent to your <br> email and proceed to change your password.</h4>
</div>
</div>
</body>
</html>