-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.Animes.html
More file actions
30 lines (27 loc) · 998 Bytes
/
.Animes.html
File metadata and controls
30 lines (27 loc) · 998 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.animes</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>Animes</h1>
<p>Animes, desnhos japoneses que fazem sucesso entre a maioria dos jovens nerds e otakus de hoje em dia, sendo muitos deles incríveis, com histórias fantásticas e motivadoras, mas nem todos são assim, por essa razão, nos empenhamos para descrever alguns deles aqui.</p>
</div>
<div>
<h2>Críticas</h2>
<ul>
<li><a href="acrt_op.html">One Piece</a></li>
</ul>
</div>
</body>
</html>