-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (59 loc) · 2.06 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="./img-chucky/fav-icon.png" type="image/x-icon">
<link rel="stylesheet" href="./styles/global.css">
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="styles/responsividade.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chucky Series</title>
</head>
<body>
<div class="fundo-video">
<video alt="background with scenes from the killer doll series." id="video" class="video" autoplay loop muted>
<source src="./img-chucky/s1.mp4" type="video/mp4" />
</video>
</div>
<!--Cabeçalho-->
<header>
<nav>
<ul>
<a href="#">
<li>Home </li>
</a>
<a href="#">
<li>About </li>
</a>
<a href="/~https://github.com/MarquinCss">
<li>Github </li>
</a>
</ul>
</nav>
</header>
<!--Principal-->
<main>
<div class="content">
<div class="phase">
<p class="type" id="typing"> I aways </p>
</div>
<h1>Chucky Series</h1>
<h3 id="season">
</h2>
<p id="descricao"></p>
<div class="buttons">
<a href="https://www.starplus.com/pt-br/series/chucky/6dYschDm0fTv"><button
class="watch">Watch</button> </a> <button class="next">
<span>Next ></span>
</button>
</div>
</div>
<img alt="Chucky doll Related to his series about seasons 1, 2 and 3." src="img-chucky/s1.png" class="imagem">
</div>
</main>
<script src="scripts/episodes.js"></script>
<script src="scripts/typing.js"></script>
</body>
</html>