-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (32 loc) · 1.72 KB
/
index.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
<!DOCTYPE html>
<html lang="pt_br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chacara com Neia Reis</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
/ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gulzar&family=Roboto&family=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="container">
<img src="https://scontent.frao1-2.fna.fbcdn.net/v/t39.30808-6/290926114_1080397549527428_8355412772460690377_n.jpg?stp=dst-jpg_s206x206&_nc_cat=101&ccb=1-7&_nc_sid=da31f3&_nc_eui2=AeHnJfbDCo28LgEVfRq4ykR9U_tQlFriHeRT-1CUWuId5KclMDfPbidhqwXCkzsSRkl5RByssbg_ZhZln-W6foxx&_nc_ohc=mRPOeFRm-WkAX-iUQcs&_nc_ht=scontent.frao1-2.fna&oh=00_AT8FXmS3UdTjWBC89eoniyNw2VGS5LEgvlGE0RcLyhs4wg&oe=62CEA9AD" alt="Imagem de uma Mulher sorrindo">
<h1>Chacara dos Evangelistas com Neia Reis</h1>
<p>@neiasreis234</p>
<ul>
<li>
<a href="https://www.youtube.com/channel/UC_uMHrPM6CGQCUjz5xcX5jQ" target="_blank">📺 Youtube</a>
</li>
<li>
<a href="https://www.instagram.com/neiareis234/" target="_blank" >📸 Instagram</a>
</li>
<li>
<a href="https://www.facebook.com/neiareis.claudia" target="_blank">💻 Facebook</a>
</li>
</ul>
<footer>Feito com ❤ é carinho por
<a href= "https://www.instagram.com/sebastiao.vitor/" target="_blank">Sebastião Vitor</a></footer>
</div>
</body>
</html>