mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-10 01:01:16 -04:00
10 lines
231 B
HTML
10 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>
|