-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathls.html
More file actions
31 lines (31 loc) · 1.06 KB
/
ls.html
File metadata and controls
31 lines (31 loc) · 1.06 KB
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
<!DOCtype html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>LOGIN PAGE</title>
<link href="ls.css" rel="stylesheet"/>
</head>
<body class="rectangle">
<div class="loginbox">
<h1><b>Login</b></h1>
<img src="https://tse3.mm.bing.net/th?id=OIP.kQgrPWeg9eIFLiz7d1dvWgHaHa&pid=Api&P=0&h=180"><img src="https://tse4.mm.bing.net/th?id=OIP.j1nmAy-D0bJFa730s7lGawHaHa&pid=Api&P=0&h=180">
<p>or use your account</p>
<form>
<input type="text" id="Email" name="Email" placeholder="Email"><br><br>
<input type="password" id="Password" name="Password" placeholder="Password">
<p><a href="" >Forgot your password</a>?</p>
</form>
<button class="li" id="Signup" onclick="">
<span><b>LOG IN</b></span>
</button>
</div><div class="signupbox">
<h2><b>Sign up here!</b></h2>
<p>don't have an acccount?</p>
<button class="su" id="Signup" onclick="">
<span><b>SIGN UP</b></span>
</button>
</div>
</body>
</html>