Facebook
From ja, 7 Years ago, written in HTML5.
This paste is a reply to elo from ja - view diff
Embed
Download Paste or View Raw
Hits: 312
  1. <!DOCTYPE html>
  2.     <title>Frame2</title>
  3. </head>
  4. <frameset cols="30%, *, 30%">
  5.         <frame src="3.html">
  6.     <frameset rows="*, 50%, *">
  7.         <frame src="1.html">
  8.         <frame src="2.html">
  9.                 <frame src="4.html">
  10.     </frameset>
  11.  
  12.     <frameset rows="50%, 50%,">
  13.  
  14.         <frame src="5.html">
  15.         <frame src="6.html">
  16.     </frameset>
  17. </frameset>
  18. <noframes>
  19.    
  20. </noframes>
  21. </html>
captcha