-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.html
More file actions
49 lines (47 loc) · 1.65 KB
/
update.html
File metadata and controls
49 lines (47 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://kit.fontawesome.com/f6a4bcef76.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="css/css.css" type="text/css" media="screen">
</head>
<body>
<div class="bgimage">
</div>
<div class="content">
<!-- <h1 class="name">
BIRLA INSTITUTE OF TECHNOLOGY
<i class="fas fa-user-plus"></i>
</h1> -->
<h2 class="uptitle">
UPDATE YOUR PASSWORD
</h2><br><br>
<div class="updatebox">
<img src="pictures/icon.svg" class="usericon">
<form>
<div class="textbox">
<i class="fas fa-user-circle"></i>
<input type="text" name="username" placeholder="Username" size="30">
</div>
<div class="textbox">
<i class="fas fa-graduation-cap" aria-hidden="true"></i>
<input type="text" name="collegeid" placeholder="College id" size="30">
</div>
<div class="textbox">
<i class="fas fa-lock" aria-hidden="true"></i>
<input type="password" name="password" placeholder="Password" size="30">
</div>
<div class="textbox">
<i class="fas fa-lock" aria-hidden="true"></i>
<input type="password" name="password2" placeholder="Re-enter Password" size="30">
</div><br><br>
<input type="submit" value="Update" class="subtn"><br><br>
<input type="reset" value="Reset" class="subtn"><br><br>
</form>
</div>
</div>
</body>
</html>