11 lines
426 B
HTML
11 lines
426 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>analog frameset test</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<frameset rows="212px,212px">
|
|
<frame src="analogframe1.html" noresize="noresize" frameborder="0" marginheight="0" marginwidth="0" />
|
|
<frame src="analogframe2.html" noresize="noresize" frameborder="0" marginheight="0" marginwidth="0" scrolling="yes" />
|
|
</frameset>
|
|
</html>
|