-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPasteleria.html
More file actions
43 lines (36 loc) · 1.28 KB
/
Pasteleria.html
File metadata and controls
43 lines (36 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Pastel</title>
</head>
<body>
<img src="./Pastel.png" alt="logo" width="300px">
<h1>Bienvenidos a Pasteleria LaunchX</h1>
<h2>Pasteles</h2>
<p>Tres leches ...................$399.00</p>
<p>imposible .....................$320.00</p>
<p>Mil hojas .....................$290.00</p>
<p>Vainilla ......................$250.00</p>
<p>Chocolate .....................$250.00</p>
<p>Ferrero roche .................$220.00</p>
<hr>
<h2>Adornos</h2>
<p>Letras feliz cumpleaños ...........$60</p>
<p>Velitas ...........................$60</p>
<p>Letras y velitas ................$100.00</p>
<p>Figura de caricatura ..............$60.00</p>
<hr>
<h2>Listo para ordenar?</h2>
<a href="Pasteleria pedido.html" target="blank">
<input type="button" value="Haz tu pedido aqui">
</a>
<br><br>
<h2>Contacto</h2>
<p>Tel 56-25-000-728</p>
<p>Avenida siemrpeviva #324 CP 56617 Gustavo A. Madero CDMX</p>
<p>Horario de atención de 11:00 am a 9:00 pm </p>
</body>
</html>