0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
drought
/
[
Home
]
File: about_us.php
<?php include ("session.php"); include("header.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>About us</title> </head> <form action="about_us.php?name=<?php echo $var ?>" method="post" > <body> <table style="text-align: left; width: 98%; margin-left: auto; margin-right: auto; height: 100%; background-color: white;" border="0" cellpadding="0" cellspacing="0" background="image/back1.jpg"> <tr> <th scope="col"><table width="97%" border="0" cellpadding="0"> <tr> <th scope="col"><p> </p> <p align="center" class="style3">About Us</p> <table width="50%" border="0" align="center" cellpadding="0"> <tr> <th align="center" background="image/back1.jpg" scope="col"> <table><tbody><tr><th> <p align="left" class="style2"><a href="mission.php?name=<?php echo $var ?>" title="Mission & History" target="_self">Mission & History</a></p> <p align="left" class="style2"><a href="contact_us.php?name=<?php echo $var ?>" title="Contact Us" target="_self">Contact Us</a></p> </th> </tr></tbody></table></th> </tr> </table> <p class="style1"> </p> <p class="style1"> </p> <p class="style1"> </p> <p class="style1"> </p> <p class="style1"> </p> <p class="style1"> </p> <p class="style1"> </p> <p class="style1"> </p></th> </tr> </table></th> </tr> </table> </body> </html> <?php include("footer.php"); ?>