generated from magdielndantas/grab-pagina-de-login
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 972 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="shortcut icon" href="assets/logo-grab.svg" type="image/jpg" />
<title>Grab - Login</title>
</head>
<body>
<div>
<div class="form-container sign-in-container">
<form action="#">
<img src="assets/logo-grab.svg" width="150px" height="200px" alt="" />
<i class="fas fa-user icon"></i>
<input type="email" name="email" placeholder="Eamil" />
<input type="password" name="password" placeholder="Password" />
<button>Sign In</button>
<p>Problemas para entrar?</p>
<a href="#">Clique aqui</a>
</form>
</div>
<div class="imagem">
<img
src="assets/undraw_interview_rmcf.svg"
width="900px"
height="100%"
alt=""
/>
</div>
</div>
</body>
</html>