LaManoDePablo_Web/src/index.html

38 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="es">
<head>
<title>Bienvenidos - La Mano de Pablo</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/cufon-replace.js"></script>
<script type="text/javascript" src="js/Forum_400.font.js"></script>
</head>
<body>
<header>
<div>
<h1 id="logo">La Mano de Pablo</h1>
<h2>¿Qué le apetece comer?</h2>
</div>
</header>
<article>
<div>
<section class="parrilla">
<figure><a href="webLMP1/index.html"><img src="images/foto-parrilla.jpg"/></a></figure>
<h3><a href="webLMP1/index.html">Parrilla-Pizerría</a></h3>
<p>En <a href="webLMP1/Contacts.html">Las Tablas</a>, les ofrecemos nuestros tradicionales platos de cocina uruguaya y crujientes pizzas.</p>
</section>
<section class="pollos">
<figure><a href="webLMP2/index.html"><img src="images/foto-pollos.jpg"/></a></figure>
<h3><a href="webLMP2/index.html">Pollos a la brasa</a></h3>
<p>En la <a href="webLMP2/Contacts.html">Calle de Alcalá</a>, además de nuestras especialidades, podrán degustar exquisitos pollos a la brasa.</p>
</section>
</div>
<br class="clear"/>
</article>
<footer> © LA MANO DE PABLO - 2012 - <a href="http://www.lamanodepablo.com">www.lamanodepablo.com</a> </footer>
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>