-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.Filmes.html
More file actions
30 lines (27 loc) · 985 Bytes
/
.Filmes.html
File metadata and controls
30 lines (27 loc) · 985 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Genérico.filmes</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<meta name='viewport' content='width=device-width, initial-scale=1'>
<script src='main.js'></script>
</head>
<body>
<header>
<img src="selecao.png" class="imgslc">
</header>
<div>
<h1>Filmes</h1>
<p>Filmes, atualmente em superprodução, os filmes são muito comuns hoje em dia, sendo de curta, média ou longa metragem. Mas diferente dos desenhos e animes, os filmes são mais "reais" e são gravados de forma mais perigosa e desgatante.</p>
</div>
<div>
<h2>Críticas</h2>
<ul>
<li><a href="fcrt_edl.html">Escritores da Liberdade</a></li>
</ul>
</div>
</body>
</html>