⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
dalily-1.dev-unit.com
/
public
/
View File Name :
offline.html
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="title" content="InfyBonus"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> .error_body { margin: 0; padding: 0; box-sizing: border-box; height: 100vh; width: 100%; background: #f9f9f9; } .error_container .error_heading { color: transparent; font-size: 160px; margin: 0; font-weight: 900; letter-spacing: 20px; background-size: 100% 100%; background: linear-gradient(90deg, #6b719b 38%, #9da3cc 53%, #979dce 65%); -webkit-background-clip: text; -moz-background-clip: text; -ms-background-clip: text; } .container.error_container { display: flex!important; flex-direction: column!important; justify-content: center!important; align-items: center!important; height: 100%!important; width: 100%!important; } @media (max-width: 540px) { .error_container .error_heading { font-size: 120px; letter-spacing: 10px; } } .error_container .error_btn { background-color: #6e749e !important; border: none; outline: none; padding: 12px!important; border-radius: 4px!important; color: #fff!important; font-weight: bold!important; text-decoration: none!important; } .error_container .error_btn:hover { background-color: #515472!important; } .error_container .error_btn:focus { box-shadow: none !important; } .error_container .error_message, .error_container .error_paragraph { color: #787878; } </style> </head> <body> <div class="error_body"> <div class="container error_container d-flex justify-content-center align-items-center flex-column w-100 h-100 p-5 text-center"> <h2 class="error_message text-center mb-3">Boo! You don't have an internet connection</h2> <p class="error_paragraph text-center mb-5"> Please check your network connection and try again. </p> <a href="/" class="btn btn-primary error_btn">Back to Home Page</a> </div> </div> </body> </html>