-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (29 loc) · 1010 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<title>KENZIEFLIX</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="./img/logo.png" alt="logokenzie">
</header>
<main class="container" >
<h2>
Quem esta assistindo?
</h2>
<section>
<ul class="listas">
<li> <img src="./img/pink.png" height="160" width="160" > Manuela </li>
<li> <img src="./img/panda.png"height="160" width="160"> Augusto </li>
<li> <img src="./img/robot.png"height="160" width="160"> Lais </li>
<li> <img src="./img/plus.png"height="160" width="160"> Adicionar Perfil </li>
</ul>
<div>
<button type="submit" > Gerenciar Perfis </button>
</div>
</section>
</main>
</body>
</html>