summaryrefslogtreecommitdiff
path: root/legacy/works/frames.html
blob: 0ae7817eb5af5c5434f9f5181086bc47520b097c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
        "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Frames test</title>
</head>

<frameset cols="200,*">
<frame src="frame1.html">
<frame src="frame2.html">
</frameset>
</html>