-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.html
50 lines (43 loc) · 1.23 KB
/
contato.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
<!DOCTYPE html>
<html>
<head>
<title>Meus Contatos</title>
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="icon" type="image/png" href="./Imagens/cachorro.png">
<script src="./script.js"></script>
</head>
<body>
<ul class="menu">
<li>
<a href="index.html">HOME</a>
<li><a href="./shop.html">SHOP</a></li>
<li><a href="./adoção.html">ADOÇÃO</a></li>
</ul>
<a href="index.html">
<img src="./Imagens/cachorro.png" width="40px">
</a>
<div class="container">
<h1>FALE CONOSCO</h1>
<ul class="contact-list">
<li>
<a href="https://www.linkedin.com/in/henrique-araujo-dev/" target="_blank">
<i class="fa fa-linkedin"></i>
LINKEDIN
</a>
</li>
<li>
<a href="https://github.com/Henriquesantos12" target="_blank">
<i class="fa fa-github"></i>
GITHUB
</a>
</li>
<li>
<a href="http://www.Gmail.com.br">
<i class="fa fa-envelope"></i>
GMAIL
</a>
</li>
</ul>
</div>
</body>
</html>