:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/www/kreative_crm/quatation/pages/**
:: Editing File: p.php
<?php // page1-cover.php ?> <!DOCTYPE html> <html> <head> <style> .logo5 { text-align: center; margin-bottom: 15px; } .logo5 img { width: 180px; display:inline; } .title { text-align: center; font-size: 20px; font-weight: bold; margin-top: 10px; margin-bottom: 5px; letter-spacing: 1px; } .subtitle-line { width: 100%; height: 8px; background: #566473; margin: 15px 0 25px 0; } .info-table { width: 100%; border-collapse: collapse; } .info-table th { background: #f1f1f1; padding: 8px; border: 1px solid #ccc; font-size: 13px; text-align: center; } .info-table td { padding: 10px; border: 1px solid #ccc; vertical-align: top; } .block-title { font-weight: bold; margin-bottom: 6px; } .footer-note { margin-top: 40px; font-size: 11px; text-align: center; color: #666; } </style> </head> <body> <!-- LOGO --> <center><div class="logo5"> <img src="<?= __DIR__ . '/../assets/images/logo.png' ?>" alt="PSA Happy Home" width=120px> </div> </center> <!-- TITLE --> <div class="title">QUOTATION</div> <div class="subtitle-line"></div> <!-- INFO TABLE --> <table class="info-table"> <tr> <th width="50%">PREPARED BY</th> <th width="50%">CLIENT DETAILS</th> </tr> <tr> <td> <div class="block-title">PSA HAPPY HOME</div> Address: 5TH CROSS SIDDHESHWAR<br> Nagar Shimoga, Karnataka<br> PIN Code: 577203<br><br> Contact Number: 9333658028<br> Email: yesgrowtech@gmail.com<br><br> <!--0Construction and Interior--> </td> <td> <div class="block-title">ELITE HOMES</div> Address: Willington<br> Hinjewadi Pune<br> PIN Code: 400703<br><br> Contact Number: XXXXXXXXXX </td> </tr> </table> <!-- FOOT NOTE -- <div class="footer-note"> This quotation is confidential and intended solely for the client mentioned above. </div> --> </body> </html>