-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforgot-password.php
More file actions
98 lines (93 loc) · 3.96 KB
/
forgot-password.php
File metadata and controls
98 lines (93 loc) · 3.96 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Sunxcoin Affilate | Forgot Password</title>
<!-- plugins:css -->
<link rel="stylesheet" href="./main/vendors/iconfonts/mdi/css/materialdesignicons.min.css">
<link rel="stylesheet" href="./main/vendors/iconfonts/flag-icon-css/css/flag-icon.min.css">
<link rel="stylesheet" href="./main/vendors/iconfonts/simple-line-icon/css/simple-line-icons.css">
<link rel="stylesheet" href="./main/vendors/css/vendor.bundle.base.css">
<link rel="stylesheet" href="./main/vendors/css/vendor.bundle.addons.css">
<link rel="stylesheet" href="./main/css/custom.css">
<link rel="stylesheet" href="./main/css/loading.css">
<link rel="stylesheet" href="./main/css/loading-btn.css">
<!-- endinject -->
<!-- plugin css for this page -->
<!-- End plugin css for this page -->
<!-- inject:css -->
<link rel="stylesheet" href="./main/css/style.css">
<!-- endinject -->
<link rel="shortcut icon" href="./main/images/favicon.png" />
</head>
<body>
<div class="container-scroller">
<div class="container-fluid page-body-wrapper full-page-wrapper">
<div class="content-wrapper d-flex align-items-center auth auth-bg-1 theme-one">
<div class="row w-100 mx-auto">
<div class="col-lg-4 mx-auto">
<div class="auto-form-wrapper pb-4">
<h3 class="text-center">Forgot Password</h3>
<div class="text-center">
<p>
We will send you an email with instructions on how to reset your password.
</p>
</div>
<form action="#">
<div class="form-group">
<label class="label">Email</label>
<div class="input-group">
<input type="text" class="form-control" placeholder="Your email address">
<div class="input-group-append">
<span class="input-group-text">
<i class="mdi mdi-check-circle-outline"></i>
</span>
</div>
</div>
</div>
<div class="form-group">
<button class="btn btn-primary submit-btn btn-block ld-ext-right running">
Reset Password
<div class="ld ld-ring ld-spin mr-5"></div>
</button>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-xl-6 col-sm-12 text-center">
<a href="login" class="text-small text-black">Return to login</a>
</div>
<div class="col-lg-6 col-md-6 col-xl-6 col-sm-12 text-center">
<a href="register" class="text-small text-black">Create new account</a>
</div>
</div>
</form>
</div>
<br>
<br>
<!-- <p class="footer-text text-center">Copyright © 2018 Sunxcoin.</p> -->
</div>
</div>
</div>
<!-- content-wrapper ends -->
</div>
<!-- page-body-wrapper ends -->
</div>
<!-- container-scroller -->
<!-- Footer Section -->
<footer id="authfooter">
<p class="footer-text text-center">Copyright © 2018 Sunxcoin. Designed by <a href="http://Fstackdev.net/" target="_blank">FStackDev</a></p>
</footer>
<!-- plugins:js -->
<script src="./main/vendors/js/vendor.bundle.base.js"></script>
<script src="./main/vendors/js/vendor.bundle.addons.js"></script>
<!-- endinject -->
<!-- inject:js -->
<script src="./main/js/off-canvas.js"></script>
<script src="./main/js/hoverable-collapse.js"></script>
<script src="./main/js/misc.js"></script>
<script src="./main/js/settings.js"></script>
<script src="./main/js/todolist.js"></script>
<!-- endinject -->
</body>
</html>