forked from GaganChandan2003/Myntra-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
password.html
46 lines (33 loc) · 1.68 KB
/
password.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
45
46
<!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>Log In</title>
<link rel="stylesheet" href="./styles/password.css">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5feb139c6f.js" crossorigin="anonymous"></script>
<style>
</style>
</head>
<body>
<div id="navbar"></div>
<div id="log">
<h1>Login to your account</h1>
<input id="input1" type="text" placeholder=" +91 | Mobile Number*" id="user" maxlength="10">
<input id="input1" type="text" placeholder=" Password" id="pass" maxlength="20">
<p id="pp">By Continuing I agree to the <a href="Terms of Use" >Terms of Use</a> & <a href="Privacy Policy">"Privacy Policy</a></p>
<a href=" "> <button id="btn" > LOGIN </button></a>
<p> Forgot your Password ?<a href=""> Reset here </a></p>
<p>Have trouble loggin in ? <a href=""> Get help</a></p>
</div>
</body>
</html>
<script src="./src/password.js" type="module"></script>