HEX
Server: Apache
System: Linux p3plzcpnl434613.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: mediabou (145854)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/mediabou/www/index.php
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />

  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

  <title>Welcome</title>
  <link href="layout-styles.css" rel="stylesheet" type="text/css" media="screen" />
</head>

<body>
  <div class="wrap">
    <div class="top-bar"></div>
    
    <div class="login-container">
      <a href="#" onclick='redirectToLogin();' class="btn btn-primary">Login</a>
    </div>
    
    <div class="welcome-container text-center coming-soon-wrap">
      
      <h1>
        <span id='hostname'></span>
      </h1>
      <h4>
        My site is launching soon.2
      </h4>
    </div>
  </div>
  
  <div class="footer">
    Copyright &copy; website.com&nbsp;&nbsp; | &nbsp;&nbsp;<a href="#" onclick='redirectToLogin();'>Login</a>&nbsp;&nbsp; <a href="http://www.godaddy.com">GoDaddy</a>
  </div>
  
  <script type='text/javascript'>
    document.getElementById( 'hostname' ).innerText = window.location.hostname;

    redirectToLogin = function() {
      window.location.href = "https://" + window.location.hostname + ":2083";
    }
    
  </script>

  
</body>
</html>