-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquenmk-1.html
49 lines (40 loc) · 1.44 KB
/
quenmk-1.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
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Quên mật khẩu - MyEnglish</title>
<link rel="stylesheet" href="common/bootstrap/bootstrap.min.css">
<link rel="stylesheet" media="screen" href="common/v1/css/main.css">
<link rel="icon" href="common/v1/img/favicon.png">
</head>
<body>
<div id="panel-simple" class="panel panel-default">
<div class="panel-body">
<div class="page-header">
<h1>Quên mật khẩu</h1>
</div>
<p>Để lấy lại mật khẩu, mời bạn nhập vào ô dưới địa chỉ email đã sử dụng để đăng ký tài khoản.
</p>
<form id="form-forgot-password" class="form-horizontal">
<div class="form-group">
<label for="email" class="col-sm-3 control-label">Email</label>
<div class="col-sm-9">
<input type="text" class="form-control" id="email" placeholder="Email" maxlength="255">
<span class="help-block"></span>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-9">
<button type="submit" class="btn btn-primary">Lấy lại mật khẩu</button>
</div>
</div>
</form>
</div>
</div>
<script src="common/jquery/jquery.min.js"></script>
<script src="common/bootstrap/bootstrap.min.js"></script>
<script src="common/v1/js/main.js"></script>
</body>
</html>