https://i2cmedia.com/

Submitted URL:
https://i2cmedia.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 5 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 4 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
<title>Maintenance</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/uxcore.css" rel="stylesheet">
<link href="css/customer-comp.css" rel="stylesheet">

<script type="text/javascript">
var fqdn = "xxxxxXXXXXfqdnXXXXXxxxxx";
redirectToLogin = function() {
	window.location.href = "https://" + fqdn + ":8443";
}
</script>	
</head>

<body>
<div id="error-img"><img src="images/404_background.jpg"></div>
<div class="container text-center" id="error">
  

  <div class="row">
    <div class="col-md-12">
      <div class="main-icon text-success"><span class="uxicon uxicon-clock-refresh"></span></div>
      <h1>Future home of something quite cool.</h1>
      <p class="lead">If you're the <strong>site owner</strong>, <a href="#" onclick="redirectToLogin();">log in</a> to launch this site</p>
      <p class="lead">If you are a <strong>visitor</strong>, check back soon.</p>
    </div>
  </div>

</div>



</body></html>