-
Notifications
You must be signed in to change notification settings - Fork 0
/
pagina_inicial.html
40 lines (33 loc) · 967 Bytes
/
pagina_inicial.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>
<head>
<link rel="stylesheet" href="estilo.css">
<title>Página Inicial</title>
</head>
<body>
<menu class="menu">
<a href="login.html">Login</a>
<a href="carrinho.html">Carrinho</a>
</menu>
<h1 class="bem_vindo">Olá, Bem vinda(o) a PetGree!</h1>
<div class="agendamento">
<agendamento_pet>Agende o Banho & Tosa do seu pet aqui! </agendamento_pet>
</div>
<br><br>
<div>
<anuncio> Confira, as melhores marcas de ração em promoção aqui!</anuncio>
</div>
<br><br>
<div>
<pedido_acompanhamento>
<pedido> Acompanhe seu pedido!</pedido>
<text>Digite o número do pedido:</text>
</pedido_acompanhamento>
</div>
<br><br>
<div_cadastro>
<cadastro1> Primeiro acesso?</cadastro1>
<text2>Clique aqui para se cadastrar!</text2>
<div_cadastro>
</body>
</html>