-
Notifications
You must be signed in to change notification settings - Fork 0
/
ForgottenPassword.html
50 lines (50 loc) · 2.51 KB
/
ForgottenPassword.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
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Forgotten Password</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<head>
<link rel="stylesheet" type="text/css" href="//at.alicdn.com/t/font_1470014255_5016336.css">
<link rel="stylesheet" type="text/css" href="dist/css/myorders.css">
<script type="text/javascript" src="dist/js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="dist/js/jquery.validate.min.js"></script>
<script type="text/javascript" src="dist/js/function.js"></script>
<script type="text/javascript" src="dist/js/common.js"></script>
<script type="text/javascript" src="dist/js/validate.js"></script>
<script type="text/javascript" src="dist/js/place_order.js"></script>
<script type="text/javascript" src="dist/js/modernizr.custom.26361.js"></script>
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="dist/css/ie9.css" />
<![endif]-->
</head>
<body>
<div class="content w1200 clearfix">
<div class="logo ">
<a href="" title="" rel="nofollow"><img src="dist/images/logo.png" title="" /></a>
</div>
<div class="forgotten_password">
<h1>Forgotten Password</h1>
<p>Please fill in your registered E-mail, we will send an email to reset your password.
</p>
<input type="email" name="email">
<button type="submit" class="button forgotten_password_button">Continue</button>
</div>
<div class="forgotten_password_popup popup">
<span class="iconfont icon-close"></span>
<p>E-mail has been sent, please go to test and verify.</p>
<a href="#" title="" class="button close_popup">OK</a>
</div>
<div class="mask">
</div>
</div>
<footer class="w1200 ">
<div class="forgotten_password_footer">
<img src="http://www.highqualitybuy.com/skin/frontend/default/highqualitybuy/images/fp1.jpg" alt="">
<a href="javascript:void(window.open ('https://seal.godaddy.com/verifySeal?sealID=ujFhp82Cbqs1Qj6oPcafjumqt8D3Z3CBhjnAGlB8lcNpCtJB20aWMOGXO', 'newwindow', 'height=100; width=400; toolbar= no; menubar=no; scrollbars=no; resizable=no; location=no; status=no;top=100;left=300'))"><img src="http://www.highqualitybuy.com/skin/frontend/default/highqualitybuy/images/fp2.jpg" alt=""></a>
<img src="http://www.highqualitybuy.com/skin/frontend/default/highqualitybuy/images/fp3.jpg" alt="">
<p>@2015 hightqualitybuy.com All Rights Reserved</p>
</div>
</footer>
</body>
</html>