<!DOCTYPE html>
<html>

<head>
	<title>redirecting</title>
	<style>
		body {
			background-color: black;
		}

	</style>
	<meta http-equiv="refresh" content="time; URL={{location}}" />
</head>

<body>
</body>

</html>