mirror of
https://github.com/samsonjs/blog.git
synced 2026-03-31 10:05:49 +00:00
9 lines
231 B
HTML
9 lines
231 B
HTML
<html>
|
|
<head></head>
|
|
<body>
|
|
<frameset>
|
|
<frame name='frame1' id='frame1ID' src="simple_iframe.html"></frame>
|
|
<frame name='frame2' id='frame2ID' src="simple_iframe.html"></frame>
|
|
</frameset>
|
|
</body>
|
|
</html>
|