-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathforgot.html
44 lines (37 loc) · 1.51 KB
/
forgot.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
<!DOCTYPE html>
<html>
<head>
<title>E-Cell</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Poppins:600&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a81368914c.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<img class="wave" src="img/wave1.gif">
<div class="container">
<div class="img iphone">
<img class="iphone" src="img/iphone1.gif">
</div>
<div class="content">
<form action="index.html">
<img src="">
<h2 class="quiz" style="text-align: left; font-family:Arial, Helvetica, sans-serif; color:#2f2fa2; font-size:70px">QuizFeed</h2>
<h2 class="title" style="color: #32be8f; font-size: 30px">Reset Password</h2>
<div class="space one">
<div class="i">
<i class="fas fa-envelope"></i>
</div>
<div class="div">
<h5>Email address</h5>
<input type="email" name="email" class="input">
</div>
</div>
<a href="index.html">Login Here</a>
<input type="submit" class="btn" value="Submit">
</form>
</div>
</div>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>