<!DOCTYPE html>
<html>

<head>
    <title>Abra - You are being redirected...</title>
    <meta charset="UTF-8">
    <meta http-equiv="Refresh" content="3; url=https://www.helloabra.com/" />
    <style type='text/css'>
        .chromeless {
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            border: 0px;
            margin: 0px;
            padding: 0px;
        }
        
        .scrollable {
            overflow: auto;
        }
        
        .noscroll {
            overflow: hidden;
        }
        
        h1,
        p {
            padding: 15px;
            color: #0067AB;
            font: inherit;
            font-family: 'Open Sans', 'Helvetica Neue', Helvetica;
        }
        
        h1 {
            font-size: 30px;
            font-weight: 600;
        }
    </style>
</head>

<body>
    <h1>You are being redirected to <a href="http://www.helloabra.com/">www.helloabra.com</a>.</h1>
    <p>
        If you are not redirected after a few seconds, please click on the link above!
    </p>
</body>

</html>
