https://ibe-server.uphotel.agency/apaleo

Submitted URL:
https://ibe-server.uphotel.agency/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 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 · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
  <meta charset="utf-8">
  <title>IBE Server - Account Setup</title>
  <link rel="stylesheet" type="text/css" href="/assets/css/normalize.css">
  <link rel="stylesheet" type="text/css" href="/assets/css/style.css">
  <link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
</head>
<body>
  <div>
   <div class="login-box">
      <div class="logo"></div>

      <p>Sign in your existing apaleo PMS account.</p>

      <a href="/auth/authenticate" class="login-button apaleo">
         Login with apaleo
      </a>

      <p class="subscribe">
         <a href="http://eepurl.com/gCtmtH" target="_blank">Sign up for announcements</a>
         to find out about new features as they're released.
      </p>
   </div>
   <div class="login-footer">
      <p>
         By accessing this system you agree to our
         <a href="/terms" target="_blank">terms and conditions</a>
      </p>
   </div>
</div>


</body></html>