-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.01 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mi floreria</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
</head>
<body bgcolor=#8e8e8e>
<center>
<p>Florería "Pepona" Excelencia desde 1970 el mejor servicio y atención. Ramos, arreglos y envios.</p>
<img src="images/banner_pepona.jpg" alt="Banner Pepona" height="325" width="700">
<ul>
<li><a href="rosa.html">Rosas</a></li>
<li><a href="clavel.html">Claveles</a></li>
<li><a href="margarita.html">Margaritas</a></li>
<li><a href="tulipan.html">Tulipanes</a></li>
<li><a href="violeta.html">Violetas</a></li>
</ul>
<span><p>☏ (0343) 32332333 📩 floreriapepona@flor.com.ar</p></span>
<p><a href="contacto.html">Hacer Pedido</a></p>
<p><a href="pedidos.html">Lista de pedidos</a></p>
</center>
</body>
</html>