-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (36 loc) · 1.39 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
38
39
40
41
42
43
44
45
46
47
48
<!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">
<link rel="stylesheet" type="text/css" href="css/sitecafe_p1.css" />
<title>Café Expresso Andrezza&Jordana</title>
</head>
<body class="body">
<header>
<div>
<img class="imgLogo" src="img/Logo_Pequeno.png" alt="um trem com a chama de cafe escrito Expresso do Café" />
<div class="ender">
<p>Avenida Mochaccino, 10</br>
Tel: (21)1234-5678</br>
contato@coffe.com.br</br>
</p>
</div>
</div>
</header>
<nav>
<ul>
<li><a class="a-menu" href="/">Home</a></li>
<li><a class="a-menu" href="/historia.html">História</a></li>
<li><a class="a-menu" href="/produtos.html">Produtos</a></li>
<li><a class="a-menu" href="/compras.html">Compras</a></li>
<li><a class="a-menu" href="/saches.html">Saches</a></li>
</ul>
</nav>
<section class= "apres">
<img class="imgGrande" src="img/Logo_Grande.png" alt="um trem com a chama de cafe escrito Expresso do Café" />
<p>Máquinas de café e sachês para todos os gostos.</p>
</section>
</body>
</html>