-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboxes.html
55 lines (39 loc) · 1.19 KB
/
boxes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BD1</title>
<link rel="stylesheet" href="./styleBoxes.css">
</head>
<body>
<header>
<h1>Crypto Pet</h1>
</header>
<nav>
<a target="blank" href="https://www.analyticsinsight.net/4-reasons-cryptocurrency-is-the-future-of-finance/">Por que crypto?</a>
<a target="blank" href="./sobre.html">Sobre nós</a>
<a target="blank" href="./contatos.html">Contatos</a>
</nav>
<img src="./defi.gif" width="100%">
<hr>
<section>
<h3>Adestrador de Cães</h3>
<a target="blank" href="./adestrador.html">Contratar</a>
</section>
<section>
<h3>Pet Hotel</h3>
<a target="blank" href="./hotel.html">Contratar</a>
</section>
<section class="buy">
<h3>Passeador de Cães</h3>
<a target="blank" href="./passeador.html">Contratar</a>
</section>
<hr>
<p style="color: cyan;">Participantes do Grupo:</p>
<ul>
<li>Matheus Aranha Lopes - 11221219</li>
<li>Rafael Afonso Stettiner - 11912189</li>
</ul>
<p style="color: cyan;">Banco de Dados 1 - 2021</p>
</body>
</html>