ÿØÿà JFIF ÿÛ C
Server IP : 173.249.159.38 / Your IP : 216.73.216.167 Web Server : Apache System : Linux server3.intersmartsolution.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 User : hindustanacademy ( 1036) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/hindustanacademy/public_html/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Hindustan Academy - Maintenance</title> <link rel="icon" type="image/png" href="favicon.png"> <style> html, body { margin: 0; padding: 0; height: 100%; width: 100%; font-family: Arial, sans-serif; background: linear-gradient(to bottom, #073e7a, #4e7fb0, #2268ad); display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; color: white; } img.fullscreen-bg { width: 100%; height: 100%; object-fit: contain; /* <-- Important: keeps the full image without cropping */ } </style> </head> <body> <img src="background.jpg" alt="Maintenance Page" class="fullscreen-bg"> </body> </html>