ClaveAudio_Web/ampliar.php

17 lines
755 B
PHP
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>clave audio</title>
<link href="_incl/ca.css" rel="stylesheet" type="text/css">
</head>
<body>
<table id="top" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#000000">
<tr>
<td width="118"><div align="center"><img src="_imgs/logo100.gif" width="100" height="49"></div></td>
<td valign="bottom" width="225" class="title" bgcolor="#FFDC00">NUESTRAS SALAS </td></tr>
<tr>
<td colspan="2" align="center" valign="middle"><img src="_imgs/<?php echo $_REQUEST['k']; ?>" width="345"></td></tr>
</table>
</body>
</html>