<!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">
	<div class="login center">
		<h1>Welcome!</h1>
		<p>You're going to have to log in to view this site.</p>
		<p><a class="btn btn-primary btn-large" onclick="open_github();">Sign In With Your Githubs</a></p>
	</div>
	<script type="text/javascript">
	function open_github(e) {
		window.open('/go', 'Sign In','width=1000,height=700');
		return false;
	}
	</script>
</body>
</html>