-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgarfield.html
151 lines (149 loc) · 5.79 KB
/
garfield.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Assistir Garfield o filme online</title>
<link rel="shortcut icon" href="4831203.ico" type="image/x-icon">
<style>
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:[email protected]&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Grey+Qo&family=Kaushan+Script&family=Permanent+Marker&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
background-color: rgb(27, 26, 26);
margin: 0;
font-family: 'Fira Sans', Helvetica, sans-serif;
}
form {
align-items: left;
}
nav, a {
text-decoration: none;
color: white;
text-align: center;
margin: 15px;
font-family: Arial, Helvetica, sans-serif;
}
a:hover{
color: red;
}
header, footer {
background-color: rgb(82, 76, 76);
color: white;
text-align: center;
padding: 10px 0;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
}
video {
margin: 20px;
}
#demo {
text-align: left;
margin: 10px;
}
.alinha_img_texto {
display: flex;
align-items: center;
padding: 20px;
}
.alinha_img_texto img {
max-width: 300px;
margin-right: 20px;
}
.alinha_img_texto h2, .alinha_img_texto p, .alinha_img_texto h1 {
flex: 1;
}
button {
background-color: red;
color: white;
cursor: pointer;
border: none;
border-radius: 3px;
box-shadow: 1px 1px 1px 1px black;
}
.search-container {
display: flex;
align-items: center;
margin:10px;
}
.search-container form {
display: flex;
align-items: center;
}
.search-container input[type="text"] {
padding: 5px;
border: none;
border-radius: 3px;
}
.search-container button {
padding: 5px 10px;
border: none;
border-radius: 3px;
margin-left: 5px;
background-color: #555;
color: #fff;
cursor: pointer;
}
.search-container button:hover {
background-color: #777;
}
</style>
</head>
<body>
<header>
<nav>
<p style="color:rgb(194, 27, 27); text-align: center; font-size: 1.5em;"><strong>FILM MIX</strong></p>
<a href="filmmix.html">Início</a>
<a href="#Filmes">Filmes</a>
<a href="#Séries">Séries</a>
<a href="#Lançamento">Lançamento</a>
</nav>
<div class="search-container">
<form action="/search" method="GET">
<input type="text" placeholder="Buscar Filmes...." name="query">
<button type="submit">Buscar</button>
</form>
</div>
<a href="login-senha_copy.html" style="text-decoration: none;">Login</a>
</header>
<video width="1000" height="750" controls>
<source src="The.Garfield.Movie.2024.720p.CAMRip.Dublado.V.2.mkv" type="video/mp4">
<source src="The.Garfield.Movie.2024.720p.CAMRip.Dublado.V.2.mkv" type="video/ogg">
Seu navegador não suporta o elemento de vídeo.
</video>
<hr>
<script>
function mudanca_elemento() {
document.getElementById("detalhes_filme").innerHTML =
"<h2 style='color:white; font-family: Arial, Helvetica, sans-serif;'>Sinopse</h2>" +
"<p style='color:white; font-family: Arial, Helvetica, sans-serif;'>" +
"Garfield tem um reencontro inesperado com seu pai, que estava há muito tempo desaparecido - um gato de rua todo" +
" desengonçado que atrai o filho para um assalto de alto risco." +
"</p>";
}
</script>
<div class="alinha_img_texto">
<img src="15166_medio.jpg" alt="Garfield o filme " width="170" height="250">
<div id="detalhes_filme">
<h2 style="color:rgb(61, 61, 182)">IMDB</h2>
<h2 style="color: white; font-family: Arial, Helvetica, sans-serif;">Assistir Garfield - Fora de Casa online</h2>
<p style="color:white; font-family: Arial, Helvetica, sans-serif;">Lançamento: 23 de Maio de 2024</p>
<img src="images.jpg" alt="Estrela" width="50" height="40">
<p style="font-family: Arial, Helvetica, sans-serif; color: white;">AVALIAÇÃO : 4,4 / <sup style="font-size: 15px">5</sup></p>
<button onclick="window.location.href=''">Ação</button>
<button onclick="window.location.href=''">Suspense</button>
<button onclick="mudanca_elemento()">Sinopse</button>
</div>
</div>
<footer>
<hr>
<p>Contato: <strong><a href="mailto:[email protected]">[email protected]</a></strong></p>
<p>Política | Termo de Uso</p>
<p>©2024 Film Mix. Todos os direitos distribuídos por Film Mix</p>
<div id="demo">
<p><strong>SOBRE NÓS</strong></p>
<p>A Film Mix será um dos melhores sites de filmes. <br>Aqui temos desde romance, <br>ação até terror, suspense e documentário.</p>
</div>
<hr/>
</footer>
</body>
</html>