| Current Path : /var/www/html/venkat/check3/ |
| Current File : //var/www/html/venkat/check3/fhome.php |
<?php ?> <html> <body bgcolor="#F0F8FF"> <center> <h2> <font color="blue"> Welcome to Home Page</font> </h2> <form enctype="multipart/form-data" name="r" action="similar.php" method="post"> <table width="35%" height="15%" cellspacing="1" cellpadding="1" border="1"> <tr> <td> Similarity Identification </td> <td> <a href="similar.php" target = "_blank" >Click here </a> </td> </tr> <tr> <td> Similarity Details View </td> <td> <a href="copyindex.php" target = "_blank">Click here </a> </td> </tr> <tr> <td> Program Verification Window </td> <td> <a href="findex.php" target = "_blank" >Click here </a> </td> </tr> </table> </center> </body> </html>