-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (47 loc) · 1.87 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
49
50
51
52
53
<!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>Ten Pizzas</title>
<link rel="stylesheet" href ="assets/css/style.css">
</head>
<body>
<header>
<h1>Ten Pizzas</h1>
<p>Disfruta de una muy Buena pizza. Somos tan buenos que no pensaras en pedir nuevamente<br> un 10 en Sabor para tu Familia.</p>
</header>
<section>
<Table>
<tr>
<td><img src="assets/img/pizza1.jpg" alt ="Pizza Peperoni"></td>
<td><h2>Peperoni Cheader </h2>
<p class ="parrafo">Precio: $12.500 <br>
Ambrosía de vegetales frescos: Champiñon, Aceitunas negras, <br> choclo, pimentón y cebolla; acompañados <br>de salsa de tomate italiano y queso mozzarella o vegano.
</p>
</td>
</tr>
<tr>
<td><img src = "assets/img/pizza2.jpg" alt ="Pizza Mechada"></td>
<td><h2>Mechada Completa</h2>
<p class ="parrafo"> Precio: $12.500 <br>
En esta deliciosa pizza, salsa de tomate italiano, el queso mozzarella <br> y la carne mechada hace el amor con tomatitos cherrys frescos <br>y pimentones recién cortados.
</p>
</td>
</tr>
<tr>
<td><img src = "assets/img/pizza3.jpg" alt ="Pizza Vegana"></td>
<td><h2>Vegana Full</h2>
<p class ="parrafo"> Precio: $12.500 <br>
Ambrosía de vegetales frescos: Champiñon, Aceitunas negras,<br> choclo, pimentón y cebolla; acompañados de salsa de tomate italiano <br> y queso mozzarella o vegano.
</p>
</td>
</tr>
</Table>
</section>
<footer>
CopyRigth@TenPizzas2022 Santiago Chile.- <br> By Cristian Henriquez Urbina
</footer>
</body>
</html>