<!-- Code by Sunit Kumar Nandi --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Web interface for GCC compiler</title> <link rel="stylesheet" type="text/css" href="./style.css"> </head> <!-- Create two horizontal frames of 20% and 80% height --> <frameset rows="16%,84%"> <!-- Load the header --> <frame name="header" src="header.html"> <!-- Create two vertical frames of 53% and 47% width --> <frameset cols="53%,47%"> <!-- Load the input frame --> <frame name="input" src="input.html"> <!-- Load the output frame --> <frame name="output" src="output.php"> </frameset> </frameset> </html>