-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (36 loc) · 1.76 KB
/
index.html
File metadata and controls
40 lines (36 loc) · 1.76 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
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="pt-br">
<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">
<link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<title>League of Legends</title>
</head>
<body>
<div class="box">
<div class="box1">
<a href="https://www.leagueoflegends.com/pt-br/" target="_blank" type="external"><img src="img/logo.png" alt="Logo League of Legends"></a>
<h1>Fazer login</h1>
<div class="input-text">
<input type="text" placeholder="NOME DE USUÁRIO">
<input type="password" placeholder="SENHA">
</div>
<div class="redes-sociais">
<div class="facebook"><a href="www.facebook.com" target="_blank" type="external"><img src="img/media/facebook.png" alt="Login com o Facebook"></a></div>
<div class="google"><a href="www.googe.com" target="_blank" type="external"><img src="img/media/google-icon.png" alt="Login com o Google"></a></div>
<div class="icloud"><a href="www.icloud.com" target="_blank" type="external"><img src="img/media/apple-icon.png" alt="Login com Icloud"></a></div>
<div class="xbox"><a href="www.xbox.com" target="_blank" type="external"><img src="img/media/xbox-icon.png" alt="Login com Xbox"></a></div>
</div>
<label class="checkbox">
<input type="checkbox">
<span>Manter login</span>
</label>
</div>
<div class="box2">
<img src="img/lol.png" alt="Arte League of Legends">
</div>
</div>
</body>
</html>