<!doctype html>
<html>
	<head>
		<meta charset=utf-8> 
		<title>Install</title>
		<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
		<script src="../js/jquery.history.js"></script>
		<script src="../js/install.js"></script>
	</head>
	<body>
		<!-- TODO add containers for content -->
		<?php
			print_r($_GET);
		?>
	</body>
</html>