-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfundos.html
33 lines (29 loc) · 946 Bytes
/
fundos.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/fundos.css">
<script src="javascript/fundos.js"></script>
<title>Aplicativo | Fundos</title>
</head>
<body>
<header>
<a href="./index.html">
<img src="./img/back_white.png" alt="Voltar">
</a>
<h1>Fundos</h1>
</header>
<main>
<figure>
<img src="img/novo_fundo1.jpg">
<img src="img/novo_fundo2.jpg">
<img src="img/novo_fundo3.jpg">
<img src="img/novo_fundo4.jpg">
<img src="img/novo_fundo5.jpg">
<img src="img/novo_fundo6.png">
</figure>
</main>
</body>
</html>