CINXE.COM

Bad Link

<!DOCTYPE html> <html> <head> <title>Bad Link</title> <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css' /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style type="text/css"> body { font-family: "Open Sans", sans-serif; color: #666; } .content { padding: 50px 10px 50px 10px; margin: 0 auto 0 auto; max-width: 500px; text-align: left; } a, a:link, a:visited, a:hover, a:active { color: #00b9ee; } h1, h2, h3 { font-weight: 300; } .badlink { word-wrap: break-word; font-size: 80%; line-height: 1.5em; margin: 0 0 0 1.2em; padding-left: 1.2em; border-left: 4px solid #c44; } .logo { width: 100px; height: auto; margin-top: 25px; } .logo-area { margin: 0 auto 50px auto; width: 100%; text-align: center; } </style> </head> <body> <div class='content'> <h1>Invalid link</h1> <p> The link you followed was directed to us via an unauthorized hostname. </p> <br /> <h2>Are you the publisher?</h2> <p> If you would like to utilize a custom domain while sending traffic into your Geniuslink account, please <a href="mailto:help@geni.us?subject=Unsupported+request+domain">contact us</a>. </p> <div class='logo-area'> <img src="/geniuslink.png" class="logo" /> </div> </div> </body> </html>