Añado html

This commit is contained in:
2025-06-09 13:45:30 +02:00
parent a97a6350ee
commit 317b823acc
22 changed files with 987 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>fin impresion</title>
<link rel="STYLESHEET" type="text/css" href="../../css/estilos.css">
<SCRIPT LANGUAGE="JavaScript">
<!--
function Cerrar()
{
top.close();
}
//-->
</SCRIPT>
</head>
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="5" bgcolor="#FFFFFF">
<table border="0" cellpadding="0" cellspacing="0" align="center" width="300">
<tr>
<td width="300" class="txt" align="center"><img src="../../img/print2.gif" width="250" height="90" border="0"></td>
</tr>
<tr>
<td width="300" class="txt" ><img src="../../img/sp_imp.gif" width="1" height="5" border="0"></td>
</tr>
<tr>
<td width="300" class="txt" align="right" ><a href="javascript:Cerrar();" class="enlace" onMouseOver="self.status='Cerrar Ventana'; return true;" onMouseOut="self.status=''; return true;">cerrar&nbsp;&nbsp;&nbsp;</td>
</tr>
</table>
</body>
</HTML>