mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/LMSGI-2024-25.git
synced 2025-11-09 18:03:06 +01:00
16 lines
538 B
HTML
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>
|