-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4.html
32 lines (31 loc) · 1.13 KB
/
4.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 name="viewport" content="width=device-width,initial-scale=1.0">
<title>DOCUMENT3</title>
<link rel="stylesheet" href="style4.css">
</head>
<body>
<div class="bm4">
<h1>Flodesk</h1>
<h4>Welcome back!</h4>
<div class="labels">
<input class="l1" type="text" id="email" name="email" placeholder="Enter your email">
<br/>
<input class="l2" type="text" id="password" name="password" placeholder="Enter your password">
</div>
<br/>
<div class="button">
<p>Login in to Flodesk</p>
</div>
<div class="extra">
<p>Not a member? <u>Sign up</u></p>
<p><u>Forgot your password?</u>
<footer>
<p>By continuing, you agree to Flodesk's <u>terms</u>and acknowledge you've read our <u>privacy policy.</u></p>
</footer>
</div>
</div>
</body>
</html>