-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout_us.html
More file actions
59 lines (33 loc) · 1.3 KB
/
about_us.html
File metadata and controls
59 lines (33 loc) · 1.3 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
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>TechnoRabbit - Sobre nós</title>
</head>
<body style="background-color: lavender; font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;">
<h1>
<center style="color: red;">
Sobre nossa empresa
</center>
</h1>
<p>
<center>
Nossa empresa foi criada com o propósito de tentar agradar todo o nosso público,
criando celulares mais benéficos e acessíveis a qualquer um.
<br>Nossos produtos são criados tendo como base
<mark> pesquisas anteriores dirigidas por nossa equipe de marketing</mark>,
justamente para alcançarmos uma taxa maior de aprovação de nossos clientes.
</center>
</p>
<hr>
<p>
<center>
<b>Telefone para contato: <u>99069-5724</u></b>
</center>
</p>
<p>
<center>
<u><a href=index.html>Voltar a página inicial</a></u>
</center>
</p>
</body>
</html>