Advertisement
Guest User

organization

a guest
Jul 25th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.43 KB | None | 0 0
  1. <?php
  2. echo "<!DOCTYPE html>\n";
  3. echo "<html lang=\"en\">\n";
  4. echo "  <head>\n";
  5. echo "    <title>Organization | PT. SALAHUDIN AUTOPARTS INDONESIA</title>\n";
  6. echo "  <link href='pic/sai12.png' rel='shortcut icon'>\n";
  7. echo "  <div align=\"center\"><img src=\"pic/sai2.png\" alt=\"\" title=\"PT. SAI\" align=\"center\" /> </div>\n";
  8. echo "  <div align=\"center\"><p style=\"background-color:#4ABE32;\"><span style=\"font-family: 'Coolvetica Rg', Calibri, Calibri; font-weight: normal; font-style: normal; text-decoration: none; font-size: 17pt; color: #FFFFFF;\">| <a href=\"index.php\" target=\"_self\" title=\"Home\">HOME</a> | <a href=\"sign_in_SAI.php\" target=\"_self\" title=\"Sign In\">SIGN IN</a> | <a href=\"product_gallery_SAI.php\" target=\"_self\" title=\"Our Gallery\">PRODUCT GALLERY</a> | <a href=\"contact_us_SAI.php\" target=\"_self\" title=\"Contact Us\">CONTACT US</a> | <a href=\"job_vacancy_SAI.php\" target=\"_self\" title=\"Job Vacancy\">JOB VACANCY</a> |</span></div></p>\n";
  9. echo "  </head>\n";
  10. echo "  <body style=\"background-color:#8DFF7D\">\n";
  11. echo "          <div align=\"center\"><p style=\"background-color:green\"><span style=\"font-family: 'Coolvetica Rg', 'GeoSlab703 Md BT', Calibri; font-weight: normal; font-style: normal; text-decoration: none; font-size: 18pt; color: #66E566;\">THE STRUCTURE ORGANIZATION OF COMPANY</span></p></div>\n";
  12. echo "      <div align=\"center\"; style=\"border:2px solid green;\"><img src=\"pic/org structure.jpg\" width=\"868\" height=\"952\" alt=\"\" title=\"organization\" /></div>\n";
  13. echo "      <div align=\"center\"><p style=\"background-color:#4ABE32;\"><span style=\"font-family: 'Coolvetica Rg', Calibri, Calibri; font-weight: normal; font-style: normal; text-decoration: none; font-size: 10pt; color: #FFFFFF;\">| <a href=\"index.php\" target=\"_self\" title=\"Home\">HOME</a> | <a href=\"sign_in_SAI.php\" target=\"_self\" title=\"Sign In\">SIGN IN</a> | <a href=\"organization_SAI.php\" target=\"_self\" title=\"Our Organization\">ORGANIZATION</a> | <a href=\"product_gallery_SAI.php\" target=\"_self\" title=\"Our Gallery\">PRODUCT GALLERY</a> | <a href=\"contact_us_SAI.php\" target=\"_self\" title=\"Contact Us\">CONTACT US</a> | <a href=\"job_vacancy_SAI.php\" target=\"_self\" title=\"Job Vacancy\">JOB VACANCY</a> |</span></div></p>\n";
  14. echo "  </body>\n";
  15. echo "  <footer><div align=\"center\"><b>Copyright - PT. Salahudin Autoparts Indonesia - 2017</b></div></footer>\n";
  16. echo "</html>\n";
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement