-
Notifications
You must be signed in to change notification settings - Fork 3
/
Register.html
38 lines (37 loc) · 1.45 KB
/
Register.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
<!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>Register</title>
<link rel="icon" href="https://www.zee5.com/images/ZEE5_logo.svg?ver=2.52.15">
<link rel="stylesheet" href="Register.css">
</head>
<body>
<div id="pageCancel"><h5>X</h5></div>
<h4 id="firstH4">Create a new account</h4>
<p id="firstP">Create an account to continue enjoying uninterrupted video and <br> personalised experience.</p>
<div id="googleIcon"><img src="https://www.zee5.com/images/google-social-icon-circle.svg?ver=2.51.78" alt=""></div>
<div id="orDiv">or</div>
<form id="firstForm" action="">
<label id="label1" for="">Enter mobile number or Email Id</label>
<br>
<input id="loginInput" type="text" placeholder="Enter details here">
<br>
<h5 id="frstH5">By proceeding you agree to our <a href="">Terms of Services</a> & <a href="">Privacy Policy</a>.</h5>
<br>
<button>Send OTP</button>
<h5 id="scndH5">Already registered? <a href="logIn.html">Login</a></h5>
</form>
</form>
<form id="enterOtp" action="">
<label for="">Enter OTP</label>
<br>
<input id="enteredOtp" type="text" placeholder="Enter OTP here">
<br>
<button>Submit</button>
</form>
</body>
</html>
<script src="Register.js"></script>