-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterceirohamburguer.html
37 lines (35 loc) · 1.41 KB
/
terceirohamburguer.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
<html>
<head>
<title>Hamburgueria Artesanal</title>
<link rel="stylesheet" type="text/css" href=".\css\style.css">
<link rel="shortcut icon" href=".\img\ico.ico" type="image/x-icon">
<meta charset="UTF-8"
</head>
<body>
<div class="principal">
<h1><img src=".\img\0.png" alt="Imagem Principal" width="50" height="50">Hamburgueria Artesanal</h1>
<hr>
</div>
<div class="sub-titulo">
<h3>Hambúrguer Duplo</h3>
</div>
<center><table border="1px">
<tr><center>
<td><img src=".\img\3.png" alt="Primeiro Hamburguer" width="300" height="200"></head></td>
<td><center>Descrição</center>
<hr>
<li>Pão</li>
<li>Molho Barbecue</li>
<li>Onion Rings</li>
<li>Bife</li>
<hr>
Preço:
<hr>
<blink>R$ 15,99 (Vinte cinco reais e noventa e nove centavos)</blink>
</td>
</center></tr>
</table></center>
<button class="button"><a href=".\index.html"><span>PÁGINA PRINCIPAL</span></a></button>
<h4>Desenvolvido por Julio Moreira - 2019 - Todos os Direitos Reservados</h4>
</body>
</html>