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

		<p>Estás siendo redirigido a <a href="/">/</a></p>
	</body>
</html>
