
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Redirect</title>
    <script>
        setTimeout(function() {
            window.location.href = "https://aguea10.net";
        }, 3000);
    </script>
</head>
<body>
    <p>please use aguea10.net</p>
</body>
</html>