git-svn-id: https://192.168.0.254/svn/Proyectos.Imagen2_Web/trunk@9 056bb6a8-4245-f846-8d49-f6344928e438
34 lines
1.4 KiB
PHP
34 lines
1.4 KiB
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Content-Language" content="es-ES" />
|
|
<meta name="Keywords" content="<?php include("_meta-keywords.php"); ?>" />
|
|
<meta name="Description" content="<?php include("_meta-description.php"); ?>" />
|
|
<title>Estética - Manicura y pedicura - <?php include("_head-title.php"); ?></title>
|
|
<link rel="stylesheet" type="text/css" href="estilos.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="contenedor">
|
|
<div class="cabecera"><?php include("_cabecera.php"); ?></div>
|
|
<div class="cuerpo">
|
|
<div class="menu">
|
|
<?php include("_fmenu.php"); ?>
|
|
</div>
|
|
<div class="contenido scroll">
|
|
<h1>Estética » Manicura
|
|
y Pedicura</h1>
|
|
<img src="imgs/m22_1.jpg" alt="" width="253" height="185" align="right" class="derecha" />
|
|
<ul class="lstImg2">
|
|
<li class="txtNmlNg">Pedicura </li>
|
|
<li class="txtNmlNg">Manicura</li>
|
|
</ul>
|
|
<img src="imgs/m22_2.jpg" alt="" width="175" height="188" />
|
|
<div class="txtVolver"><a href="javascript:history.back()">Volver</a></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php include("_footer.php"); ?>
|
|
</body>
|
|
</html>
|