-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (26 loc) · 912 Bytes
/
index.html
File metadata and controls
38 lines (26 loc) · 912 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
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>Sabor do Pará</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,400" rel="stylesheet">
</head>
<body>
<div class="menu">
<lu>
<li><a href="https://www.instagram.com/fpolissabordopara/?hl=pt-br" target="_bank" > Instagran</a> </li>
<li><a href="https://www.facebook.com/Sabor-Do-Par%C3%A1-108205827306558/" target="_bank" > Facebook</a></li>
<li> <a href="https://api.whatsapp.com/send?phone=5548998135524&text=Ol%C3%A1%2C%20Seja%20Bem-vindo%20ao%20Sabor%20do%20Par%C3%A1" target="_bank" > Whatsapp </a> </li>
</lu>
</div>
<div class="capa">
<div class="profile-pic">
<img src="img/acai..jpg">
</div>
<div class="profile-text">
<h1> Sabor do Pará </h1>
</div>
</div>
</body>
</html>