
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <title>CureTogether is now part of 23andMe</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="theme-color" content="#d50f67">
        <link rel="icon" href="favicon.ico">
        <style>
        p {
            text-align: center;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 3rem;
        }

        img {
            max-height: 100px;
            vertical-align: middle;
        }
        </style>
    </head>
    <body>
        <div>
            <p>
                CureTogether is now part of 23andMe
            </p>
        </div>
    </body>
    <script>
    setTimeout(function(){
        window.location = 'https://www.23andme.com';
    }, 5000);
    </script>
</html>