-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (25 loc) · 1.21 KB
/
Copy pathindex.html
File metadata and controls
51 lines (25 loc) · 1.21 KB
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PI</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="botao-container">
<a href="Telefone.html" class="btn btn-primary me-md-2" target="_blank" type="button">Ver telefone</a>
<a href = "./video/Homeopatiaoquee.mp4" target="_blank" class="btn btn-primary" type="button">O que é Homeopatia</a>
<a href = "cadastro.html" target="_blank" class="btn btn-primary" type="button">Faça seu cadastro</a>
</div>
<div class="topo-container">
<a href="tabelahomeopata.html" target="_blank">
<img src="./imagens/logofarmacia.png" alt="logotipo da farmácia" class="logo">
</a>
</div>
<div class="letreiro">
Aqui está a melhor farmácia de homeopatia
</div>
</body>
</html>