<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>Login</title>
	<link rel="stylesheet" type="text/css" href="/css/bootstrap.css?{{ now | date('U') }}">
	<link rel="stylesheet" type="text/css" href="/css/bootstrap-responsive.css?{{ now | date('U') }}">
	<link rel="stylesheet" type="text/css" href="/css/highlight-7.3.css?{{ now | date('U') }}">
	<link rel="stylesheet" type="text/css" href="/css/styles.css?{{ now | date('U') }}">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
</head>
<body id="page">
<h2>Login successful!</h2>
<script type="text/javascript">
setTimeout(function(){ 
	window.opener.location.reload(false); 
	window.close();
}, 1000);
</script>
</body>
</html>