-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
84 lines (65 loc) · 4.35 KB
/
404.html
File metadata and controls
84 lines (65 loc) · 4.35 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="estyles/styless.css">
<link rel="shortcut icon" href="favicon-16x16.png" type="image/x-icon">
<title>meu site</title>
</head>
<body>
<header>
<img class="logo" height="180px" width="250px" src="TRIMAR (2).png" alt="">
</header>
<nav>
<a href="#">Home</a>
<a href="#ultimo">Produtos</a>
<a href="#">Delivery</a>
<a href="#">Melhores</a>
<a href="#">Pedido</a>
<a href="#">Contato</a>
</nav>
<main>
<h1>destaques </h1>
<span><abbr title="pao de queijo TRIMAR ," ><img width="250px" height="180px" src="imagens/pao de queijo.jpg" alt=""></abbr></span>
<span><abbr title="Chipa 4 queijos TRIMAR"><img width="250px" height="180" src="imagens/chipa.webp" alt="chipa"></abbr></span>
<span><abbr title="Rosquinha TRIMAR"><img width="250px" height="180" src="imagens/rosquinha.webp" alt=""></abbr></span>
<span> <abbr title="Sonho TRIMAR"><img width="250px" height="180" src="imagens/sonho.webp" alt=""></abbr></span>
<h1>mais vendidos</h1>
<span><abbr title="pao de queijo TRIMAR ," ><img width="250px" height="180px" src="imagens/broa.jpg" alt=""></abbr></span>
<span><abbr title="Chipa 4 queijos TRIMAR"><img width="250px" height="180" src="imagens/pao de creme.jpg" alt="chipa"></abbr></span>
<span><abbr title="Rosquinha TRIMAR"><img width="250px" height="180" src="imagens/pexels-pixabay-2135.jpg" alt=""></abbr></span>
<span> <abbr title="Sonho TRIMAR"><img width="250px" height="180" src="imagens/pexels-tijana-drndarski-3656118.jpg" alt=""></abbr></span>
<h1>carro chef</h1>
<abbr title="Pao FRANCÊS TRIMAR"><img width="900px" height="300px" class="frances" src="imagens/pao frances.jpg" alt=""></abbr>
<h1>panificaçao</h1>
<div class="video"><iframe width="400px" height="315" src="https://www.youtube.com/embed/fp9DvCDVzEU?si=Ofe87X8MkYgnEx4a" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></div>
<h1 id="ultimo">tabela de Produtos e preços</h1>
<aside>
<h3>produtos trimar</h3>
<p>Outro assunto curioso em relação ao Android é que cada versão sempre foi nomeada em homenagem a um doce, em ordem alfabética a partir da versão 1.5 até a 9.0.</p>
<ul>
<li>1.5 - <abbr title="bolo de copo">Cupcake</abbr></li>
<li>1.6 - <abbr title="rosquinha">Donut</abbr></li>
<li>3.0 - <abbr title="bomba">Eclair</abbr></li>
<li>2.2 - <abbr title="yorgute">Froyo</abbr></li>
<li>2.3 - <abbr title="biscoito">Gingerbread</abbr></li>
<li>3.0 - <abbr title="favore mal">Honeycomb</abbr></li>
<li>4.0 - <abbr title="sanduiche de sorvete">Ice Cream Sandwich</abbr></li>
<li>4.1 -<abbr title="jujuba"> Jelly Bean</abbr></li>
<li>4.4 - <abbr title="kitkat">KitKat</abbr></li>
<li>5.0 - <abbr title="pirulito">Lolipop</abbr></li>
<li>6.0 - <abbr title="marshmallow">Marshmallow</abbr></li>
<li>7.0 - <abbr title="torrone">Nougat</abbr></li>
<li>8.0 - <abbr title="oreo">Oreo</abbr></li>
<li>9.0 - <abbr title="torta">Pie</abbr></li>
</ul>
<p>Acesse aqui o site <a href="https://www.android.com/intl/pt_pt/history/" target="_blank">Android History</a> para conhecer a sequência das versões "adocicadas" e o que cada uma trouxe para o sistema Android.</p>
<p>aqui temos os melhores produtos!</p>
</aside>
</main>
<footer>
<P>DA NOSSA FAMILIA PARA A SUA 🥐</P>
</footer>
</body>
</html>