-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (26 loc) · 966 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<title>Samuel Amaro da Silva</title>
</head>
<body>
<!--
alt+shift +f identação
-->
<h2 class="text-center"> Samuel Amaro da Silva</h2>
<h4 class="text-center">Casa Blanca - SP</h4>
<p class="text-center">
<a href="http://whats.link/samorvell" target="_blank">
<img width="20" height="auto" src="imagens/whatsicon.png" alt="icone do whatsapp" title="Whatsapp">Whatsapp
</a>
</p>
<p class="text-center">
<a href=""></a>
</p>
</body>
</html>