-
Notifications
You must be signed in to change notification settings - Fork 1
/
edit.html
23 lines (19 loc) · 1004 Bytes
/
edit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div class="form-control col-lg-8">
<input type="text" class="form-control col-lg-1" placeholder="Enter new Username"> <button type="button" class="btn btn-primary btn-lg">
<i class="fa fa-search" aria-hidden="true"></i> Change</button> Current Username: Test User
<div class="form-control col-lg-8">
<input type="text" class="form-control col-lg-1" placeholder="Enter new Email"> <button type="button" class="btn btn-primary btn-lg">
<i class="fa fa-search" aria-hidden="true"></i> Change</button> Current Email: [email protected]
<div class="form-control col-lg-8">
<input type="text" class="form-control col-lg-1" placeholder="Enter new Passsword">
<button type="button" class="btn btn-primary btn-lg">
<i class="fa fa-search" aria-hidden="true"></i> Change</button>
</body>
</html>