<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8" />

  <meta name="viewport" content="width=device-width,initial-scale=1" />

  <title>Service temporarily unavailable</title>

  <style>

    html,body{height:100%}body{margin:0;display:flex;align-items:center;justify-content:center;background:#0d1117;color:#e6edf3;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;text-align:center;padding:2rem}

    .card{max-width:640px}

    h1{font-size:clamp(24px,3.5vw,34px);margin:0 0 .5rem}

    p{color:#8b949e;margin:.25rem 0}

    .pill{display:inline-block;border:1px solid #30363d;border-radius:999px;padding:.35rem .7rem;margin-top:1rem}

    a{color:#58a6ff;text-decoration:none}

    a:hover{text-decoration:underline}

  </style>

</head>

<body>

  <div class="card">

    <h1>🛠️ Control panel temporarily unavailable</h1>

    <p>Our secure tunnel is reconnecting or the system is rebooting.<br/>Please try again shortly.</p>

    <p class="pill">Host: control.willie4099.uk</p>

  </div>

</body>

</html>