<!doctype html>
<html lang="id">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>This site can’t be reached</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet">
    <style>
        body {
            font-family: system-ui, sans-serif;
            font-size: 95%;
        }
        .abu {
            color: rgb(119, 119, 119);
        }
        h4 {
            color: rgb(19, 19, 19);
        }
        div {
            padding-bottom: 10px;
        }
        .title {
            padding-top: 30px;
        }
        .reload {
            text-align: start;
            padding-top: 40px;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="row justify-content-md-center">
            <div class="col col-lg-2"></div>
            <div class="col-md-auto">
                <div style="padding-top: 135px;">
                    <div class="gambar">
                        <img src="/error.png" alt="">
                    </div>
                    <div class="title">
                        <h4>This site can’t be reached</h4>
                    </div>
                    <div class="abu"><strong id="site"></strong> DNS address could not be found. Diagnosing the problem.</div>
                    <div class="abu">DNS_PROBE_POSSIBLE</div>
                    <div class="reload">
                        <button type="button" class="btn btn-primary btn-sm" onClick="if (!window.__cfRLUnblockHandlers) return false; window.location.reload();" data-cf-modified-df5e09b62809b78815e9acc7-="">Reload</button>
                    </div>
                </div>
            </div>
            <div class="col col-lg-2"></div>
        </div>
    </div>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js" type="df5e09b62809b78815e9acc7-text/javascript"></script>
    <script type="df5e09b62809b78815e9acc7-text/javascript">
        document.getElementById("site").innerHTML = window.location.href;
    </script>
</body>
</html>


