:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/greenboxwood.com/trash/**
:: Editing File: index.php
<?php /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ ?> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; /* align-items: center; */ height: 100vh; font-family: Arial, sans-serif; background-color: #f4f4f9; color: #333; } /* Mobile (up to 768px) */ @media (max-width: 768px) { body { align-items: center !important; } } .maintenance-container { text-align: center; /*max-width: 1000px; padding: 20px;*/ background-color: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border-radius: 8px; } .maintenance-image { max-width: 100%; height: auto; } h1 { font-size: 24px; margin-top: 20px; } p { font-size: 16px; margin-top: 10px; } a { color: #007BFF; text-decoration: none; } a:hover { text-decoration: underline; } </style> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Greenboxwood Comming Soon</title> <link rel="stylesheet" href="styles.css"> </head> <body> <div class="maintenance-container"> <img src="bg.png" alt="Under Maintenance" class="maintenance-image"> </div> </body> </html>