-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title> som automotivo </title>
<style>
body{
background-color: rgb(0, 0, 0);
color:rgb(201, 195, 195);
margin-left:15%;
margin-right: 15%;
text-align: justify;
}
h1{
text-align: center;
color: rgb(255, 255, 255);
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
img{
width: 40%;
}
</style>
</head>
<body>
<table>
<tr>
<td> <img src="saveiro.jpg" alt=""></td>
</tr>
</table>
<H1>projeto para montar um som em uma saveiro, preço e serviços </H1>
<h2>itens necessarios para montar os projetos</h2>
<p> <a href="baterias.html">Bateriass</a> </p>
<p> <a href="modulos para cornetas e twiters e graves.html">Modulos para cornetas e twiters e graves</a> </p>
<p> <a href="fiaçao.html">Fiaçao</a> </p>
<p> <a href="processador.html">Processador</a> </p>
</body>