-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 924 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 924 Bytes
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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Netflix</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="overlay"></div>
<nav class="navBar">
<img src="http://assets.stickpng.com/images/580b57fcd9996e24bc43c529.png" alt="">
<button>Iniciar sesión</button>
</nav>
<div class="container">
<h1>Disfruta una prueba gratis si te suscribes con tu tarjeta de crédito.</h1>
<p>
Películas de Hollywood. Comedia.
Drama Ciencia ficción.
Tenemos algo para todos los gustos
</p>
<button>Probar 30 días gratis ></button>
</div>
</div>
</body>
</html>