https://wbt.catsaviation.com/3/checkin

Submitted URL:
https://wbt.catsaviation.com/3/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 13 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 · 2 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
	
		<meta charset="utf-8">
		<title>CATS WBT 3.0 </title>
		<!-- VIEWPORT -->
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta name="apple-mobile-web-app-capable" content="yes">
		<!-- HANDHELD FRIENDLY -->
		<meta name="HandheldFriendly" content="true">
		<!-- GOOGLE FONT -->
		<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic" rel="stylesheet" type="text/css">
		<!-- CSS -->
		<link rel="stylesheet" href="/3/css/framework.css">
		<link rel="stylesheet" href="/3/css/styles_checkin.css">
		<!-- FONT AWESOME -->
		<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
		
		<!-- OLD SOON TO REPLACE -->
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
		<link rel="stylesheet" href="/3/css/wbt3.css">
		
		<!-- JS -->
		<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
		<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/dark-hive/jquery-ui.css">
		<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
		<script src="/3/js/wbt3.js"></script>
			</head>
	<body id="checkin" class="bgimg">
			
		<div class="container">
			<div id="ticket" class="light">
			
			<div id="school-logo">
						
								<img src="/3/images/schools/cats-logo.png" id="wbt3-header-logo">
								
			</div>
			
			<div id="school-title">
				CATS Direct			</div>
			
			<form action="/3/checkin" method="post" id="wbt3-checkin" enctype="application/x-www-form-urlencoded">
				<p>Please check-in...</p>
								<div class="textbox">
					<input type="email" name="email" placeholder="Email">
				</div>
				<div class="textbox">
					<input type="password" name="password" placeholder="Password">
				</div>
				<button style="background-color: #E7AC09;">Check-in</button>
				<div style="padding-top: 16px;">
				    <a href="/3/reset-password-request" style="color: #FFFFFF;">Forgot password?</a>
				</div>
			</form>
			
			</div>
		</div>
		
		<div id="color-overlay" style="background-color: #E7AC09;">
		</div>
		 
	

</body></html>