| 123456789101112131415161718192021222324 | 
							- <!DOCTYPE html>
 
- <html>	
 
- <!-- Interface page -->
 
- <head>
 
- <title>Web interface for GCC compiler</title>
 
- </head>
 
- <!-- Create two horizontal frames of 20% and 80% height -->
 
- <frameset rows="20%,80%">
 
- <!-- Load the header -->
 
- <frame name="header" src="header.html">
 
- <!-- Create two vertical frames of 60% and 40% width -->
 
-     <frameset cols="60%,40%">
 
-     <!-- Load the input frame -->
 
-     <frame name="input" src="input.html">
 
-     <!-- Load the output frame -->
 
-     <frame name="output" src="output.php">
 
-     </frameset>
 
- </frameset>
 
- </html>
 
 
  |