mirror of
https://github.com/SrIzan10/edicion-en-html.git
synced 2026-06-06 00:56:54 +00:00
17 lines
638 B
HTML
17 lines
638 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Edición en HTML</title>
|
|
</head>
|
|
|
|
<frameset rows="80,*" cols="*" border=0 frameborder="no">
|
|
<frame src="cabecera.html" border=0 frameborder="no" scrolling="no" noresize>
|
|
<frameset cols="159,*">
|
|
<frame src="barracapitulos.html" border=0 frameborder="no" hscroll="no" noresize>
|
|
<frame src="tablas/tablas1.html" name="contenido" border=0 frameborder="no" id="contenido">
|
|
</frameset>
|
|
</frameset>
|
|
<noframes></noframes>
|
|
</html>
|