mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
16 lines
430 B
HTML
16 lines
430 B
HTML
<!DOCTYPE HTML>
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
<title>Тег FRAMESET</title>
|
||
</head>
|
||
|
||
<frameset rows="80,*" cols="*">
|
||
<frame src="top.html" name="topFrame" scrolling="no" noresize>
|
||
<frameset cols="80,*">
|
||
<frame src="left.html" name="leftFrame" scrolling="no" noresize>
|
||
<frame src="main.html" name="mainFrame">
|
||
</frameset>
|
||
</frameset>
|
||
|
||
</html> |