git-svn-id: https://192.168.0.254/svn/Proyectos.IRFineArts_Web/trunk@15 88734cd7-4cec-0b49-a19b-cefba6b9d6f8
26 lines
672 B
PHP
26 lines
672 B
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>
|
|
<?php include("_cabecera.php"); ?>
|
|
<title>Ignacio Redondo Fine Arts - Obras de Arte</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="vertical"></div>
|
|
<div id="container">
|
|
<div id="header">
|
|
<h1>IRG</h1>
|
|
<h2>Ignacio Redondo Fine Arts</h2>
|
|
<h3>Obras de Arte</h3>
|
|
</div>
|
|
|
|
<?php include("_menu.php"); ?>
|
|
|
|
<div id="content">
|
|
<img src="images/fachada.jpg" alt="Ignacio Redondo Fine Arts - Obras de Arte"/>
|
|
</div>
|
|
<?php include("_pie.php"); ?>
|
|
</div>
|
|
</body>
|
|
</html>
|