Files
2024-10-28 13:59:54 +01:00

16 lines
538 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-Frame-Options" content="GOFORIT">
<title>Documento sin título</title>
</head>
<frameset cols="15%,*" border="1">
<frame src="izq.html" name="izquierda" />
<frame src="der.html" name="principal" scrolling="no" />
</frameset>
<noframes><body>
</body></noframes>
</html>