-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexX.html
More file actions
53 lines (39 loc) · 1.91 KB
/
Copy pathindexX.html
File metadata and controls
53 lines (39 loc) · 1.91 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
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>netflix</title>
<link rel="shortcut icon" href="series/netflix_logo_icon_170919.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="content">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Netflix</title><path d="M5.398 0v.006c3.028 8.556 5.37 15.175 8.348 23.596 2.344.058 4.85.398 4.854.398-2.8-7.924-5.923-16.747-8.487-24zm8.489 0v9.63L18.6 22.951c-.043-7.86-.004-15.913.002-22.95zM5.398 1.05V24c1.873-.225 2.81-.312 4.715-.398v-9.22z" fill="#E50914"/></svg>
<p class="title"> SELECIONE A(S) SÉRIE(S) QUE VOCÊ IRÁ ASSISTIR : </p>
<div class="carousel">
<div class="card" data-serie="1" data-name="LA CASA DE PAPEL">
<img class="thumbnail" src="serie1.webp">
</div>
<div class="card" data-serie="2" data-name="THE SEVEN DEADLY SINS">
<img class="thumbnail" src="serie2.webp">
</div>
<div class="card" data-serie="3" data-name="BAKI O CAMPEÃO">
<img class="thumbnail" src="serie3.webp">
</div>
<div class="card" data-serie="4"
data-name="O ATIRADOR">
<img class="thumbnail" src="serie4.webp">
</div>
<div class="card" data-serie="5"
data-name="PUNHO DE FERRO">
<img class="thumbnail" src="serie5.webp">
</div>
</div>
</a>
</p>
</div>
</div>
</div>
</div>
</body>
</html>