-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtrailer.html
More file actions
33 lines (30 loc) · 749 Bytes
/
trailer.html
File metadata and controls
33 lines (30 loc) · 749 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
29
30
31
32
33
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>The Office</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="index.html">
<img src="imagens/logo.png"
alt="A imagem exibe um texto 'The Office' à esquerda, um icone gráfico mostrando uma figura humana em pé, segurando uma maleta, e outra figura sentada à mesa, sugerindo um ambiente de escritório"
height="100"
width="200"
>
</a>
</header>
<main>
<section>
<h1>Trailer</h1>
<video controls
src="imagens/trailer.mp4">
</video>
</section>
</main>
<footer>
<h3>© The Office - Todos os direitos a NBC.</h3>
</footer>
</body>
</html>