<!DOCTYPE html>
<html>
	<head>
		<title>Redirecting...</title>
		<meta http-equiv="refresh" content="0;url=https://$domain/">
	</head>
	<body>
		<script type="text/javascript">
			window.location = "https://$domain/";
		</script>

		<p>You are being redirected to <a href="https://$domain/">https://$domain/</a></p>
	</body>
</html>
