Imagen2_Web/source/index.php

24 lines
1017 B
PHP
Raw Permalink Normal View History

<!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><?php include("_head-title.php"); ?></title>
<link rel="stylesheet" type="text/css" href="estilos.css"/>
</head>
<body>
<div id="intro">
<object type="application/x-shockwave-flash" data="~frasup.swf" width="780" height="123">
<param name="movie" value="~frasup.swf" />
<img src="imgs/cabecera.jpg" width="780" height="123" alt="Imagen2" />
</object>
<center><a href="main.php" title="Saltar intro">Saltar intro</a></center>
</div>
<?php include("_footer.php"); ?>
</body>
</html>