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
feat(ch 3): added
This commit is contained in:
15
Unidad_03_HTML/HTML/030-marcos/marcos.html
Normal file
15
Unidad_03_HTML/HTML/030-marcos/marcos.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user