-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
55 lines (43 loc) · 1.32 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<title>Entrar • HBO Max</title>
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<!-- favicon
title -->
</head>
<body>
<div class="container">
<div id="header">
<img src="assets/Vector (1).svg" alt="Imagem HBOmax">
<h1>Who is Watching?</h1>
</div>
<div class="card">
<div class="user" id="user1">
<img src="/assets/avatar (1).svg" alt="">
<h2>Felipe</h2>
</div>
<div class="user">
<img src="assets/avatarm.svg" alt="">
<h2>Mylenna</h2>
</div>
</div>
<footer>
<div id="buttons">
<button class="option">
<img src="assets/plus 1.svg" alt="Plus Icon">
<p>ADULT</p>
</button>
<button class="option">
<img src="assets/plus 1.svg" alt="Plus Icon">
<p>KID</p>
</button>
</div>
<a href="">manager profiles</a>
</footer>
</div>
</body>
</html>