:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/www/crm/quatation/**
:: Editing File: p2.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>PSA Happy Home - Quotation</title> <link rel="stylesheet" href="style.css"> </head> <body> <style> body { font-family: Arial, sans-serif; background: #f4f6f8; margin: 0; padding: 20px; } .quotation-wrapper { max-width: 100%; margin: auto; background: #ffffff; /*padding: 30px;*/ border: 1px solid #ddd; } .logo-section { text-align: center; } .logo-section img { max-width: 120px; } .logo-section h1 { /margin: 10px 0 0; font-size: 40px; } .logo-section p { font-size: 18px; letter-spacing: 2px; } .quotation-title { background: #9cc3c7; text-align: center; padding: 10px; margin: 30px 0; } .quotation-title h2 { margin: 0; color: #000; } .details-container { display: flex; gap: 20px; } .box { width: 50%; border: 1px solid #ccc; padding: 20px; } .box h3 { margin-top: 0; background: #f1f1f1; padding: 8px; font-size: 16px; } .box p { margin: 6px 0; font-size: 14px; } </style> <div class="quotation-wrapper"> <!-- Logo Section --> <div class="logo-section"> <img src="assets/images/logo.png" alt="PSA Happy Home Logo" width="200px"> </div> <!-- Title --> <div class="quotation-title"> <h2>QUOTATION</h2> </div> <!-- Details Section --> <div class="details-container"> <div class="box"> <h3>PREPARED BY</h3> <p><strong>PSA HAPPY HOME</strong></p> <p>Address: 5th Cross Siddheshwar Nagar<br> Shimoga, Karnataka</p> <p>Pin Code: 577203</p> <p>Contact: 9353658028</p> <p>Email: yesgrowtech@gmail.com</p> <p>Construction and Interior</p> </div> <div class="box"> <h3>CLIENT DETAILS</h3> <p><strong>ELITE HOMES</strong></p> <p>Address: Willington<br> Hinjewadi, Pune</p> <p>Pin Code: 400703</p> <p>Contact: XXXXXXXXXX</p> </div> </div> </div> </body> </html>