-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforgotPass.html
30 lines (26 loc) · 1.11 KB
/
forgotPass.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smart Agri</title>
<link rel= "stylesheet" type= "text/css" href= "css/forgotpass.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
</head>
<body>
<div class="head">
<h1 class="heading"> Smart Agri </h1>
<p class="subtitle"> Find the crop disease just by uploading an image. </p>
</div>
<div class="drag-area">
<header>Reset Your Password</header>
<form>
<input id="input" type="text" placeholder="Enter Your Name" required>
<input id="input" type="email" placeholder="Enter Your Email Address" required>
<button type="submit">Send Password Reset Link</button>
</form>
<a href="smartagri/index.html" id="forgotPass" >Remember Your Password? Click here to login</a>
<a href="smartagri/signup.html" id="forgotPass" >Don't have an account? Click here to create</a>
</div>
</body>
</html>