-
Notifications
You must be signed in to change notification settings - Fork 0
/
inicial.html
44 lines (41 loc) · 1.61 KB
/
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
41
42
43
44
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://use.fontawesome.com/83a59bd284.js"></script>
<link rel="stylesheet" href="style.css">
<a><link href="combustivel.css"></a>
<title>Autoteile</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="container">
<header>
<div class="img-wrapper">
<img src="images/bg.jpg" alt="">
</div>
<div class="banner">
<h1>Autoteile</h1>
<p>Auto Posto</p>
<button>Saiba mais</button>
</div>
<div class="menu">
<nav>
<ul>
<li><a href="inicial.html">Inicial</a></li>
<li><a href="faleconosco.html">Fale conosco</a></li>
<li><a href="Promoções">Promoções</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="cadastro.html">Cadastro</a></li>
</ul>
</nav>
</div>
</header>
</div>
</body>
</html>