summaryrefslogtreecommitdiff
path: root/legacy/works/targets.html
blob: e68cb05197ca2f4d1e2d2f335c3893ca42744827 (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>Frame targets test</title>
</head>

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