blob: bd0b4b48c94f7a5887979ba960e43b438587db7f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Frameset with nested frames</title>
</head>
<body>
<iframe src="doc_frameset_multi.html"></iframe>
</body>
</html>
|