-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsignUp.html
32 lines (26 loc) · 1.24 KB
/
signUp.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sign Up</title>
<link rel="stylesheet" href="signUp.css">
</head>
<body>
<div id="container">
<div><img src="https://i.im.ge/2022/06/16/rnxAdW.png" alt=""></div>
<div><div id="card2"><h1>Sign Up</h1>
<p id="p1">Please enter your email and password</p><div id="d1"><input id="email" type="email" placeholder="Enter Email Address">
<hr style="border: 1px solid red; background-color: red;"></div>
<div id="d2"><input id="pass" type="password" placeholder="Enter New Password">
<hr style="border: 1px solid red; background-color: red;"></div>
<button >CONTINUE</button></div>
<p id="p2" style="text-align: center">Have an account ? <a href="login.html">Login</a> </p>
<p style="text-align: center; color: #616161;">By signing up, you agree to our
Terms and Conditions & Privacy Policy</p>
</div>
</div>
</body>
</html>
<script src="signUp.js"></script>