16 lines
230 B
HTML
16 lines
230 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title></title>
|
||
|
</head>
|
||
|
<frameset>
|
||
|
<frame name="name"
|
||
|
src="one.html">
|
||
|
<noframes>
|
||
|
<body>
|
||
|
This text belongs in a noframes element.
|
||
|
</body>
|
||
|
</noframes>
|
||
|
</frameset>
|
||
|
</html>
|