Revision control
Copy as Markdown
Other Tools
<html>
  <head>
    <title>Framed page</title>
  </head>
  <frameset cols="*,*">
    <frame name="left" src="frameLeft.html">
    <frame name="right" src="about:mozilla">
  </frameset>
</html>